Files
luban-lite-t3e-pro/bsp/artinchip/drv/pm/Kconfig
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +08:00

24 lines
530 B
Plaintext

#-----------------------------
# devices local parameter
#-----------------------------
menu "PM configure"
depends on AIC_USING_PM
choice
prompt "Select default sleep mode"
default AIC_PM_POWER_DEFAULT_DEEP_MODE
config AIC_PM_POWER_DEFAULT_LIGHT_MODE
bool "light sleep mode"
config AIC_PM_POWER_DEFAULT_DEEP_MODE
bool "deep sleep mode"
endchoice
config AIC_BOARD_LEVEL_POWER_PIN
string "PM board level power switch"
default ""
endmenu