kernel-brax3-ubuntu-touch/drivers/misc/mediatek/ssc/Kconfig
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

26 lines
886 B
Text

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.