Files
luban-lite-t3e-pro/bsp/artinchip/drv/pm/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

38 lines
911 B
Plaintext

#-----------------------------
# devices local parameter
#-----------------------------
menu "PM configure"
depends on AIC_USING_PM
config AIC_PM_POWER_KEY
bool "Enable gpio to sleep/wakeup system"
default n
config AIC_PM_POWER_KEY_GPIO
string "Select sleep/wakeup pin"
default "PD.6"
depends on AIC_PM_POWER_KEY
config AIC_PM_POWER_TOUCH_WAKEUP
bool "Enable touch panel to wakeup system"
default n
config AIC_PM_POWER_TOUCH_TIME_SLEEP
int "Seconds to enter sleep"
default 120
depends on AIC_PM_POWER_TOUCH_WAKEUP
choice
prompt "Select default sleep mode"
default AIC_PM_POWER_DEFAULT_LIGHT_MODE
config AIC_PM_POWER_DEFAULT_LIGHT_MODE
bool "light sleep mode"
config AIC_PM_POWER_DEFAULT_DEEP_MODE
bool "deep sleep mode"
endchoice
endmenu