1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-02-15 00:18:03 +00:00
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

27 lines
886 B
Plaintext

config MTK_SSC_MODULE
tristate "Enable Shared S-RAM Control"
help
SSC (Shared S-RAM Control) that designed by Mediatek is an resource
control mechanism with respect to S-RAM. It coordinate S-RAM voltage
requests from other modules(such as GPU and ISP) and configure S-RAM
voltage.
config MTK_SSC_DBG_V1
tristate "Enable Shared S-RAM Control debug module v1"
depends on MTK_SSC_MODULE
help
This option adds an debug kernel module for additional interface to
manipulate SSC module.
Set Y to select this feature for SSC v1 debugging.
If unsure, set N to disable.
config MTK_SSC_DBG_V2
tristate "Enable Shared S-RAM Control debug module v2"
depends on MTK_SSC_MODULE
help
This option adds an debug kernel module for additional interface to
manipulate SSC module.
Set Y to select this feature for SSC v2 debugging.
If unsure, set N to disable.