Files
luban-lite/bsp/artinchip/drv/pm/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

27 lines
628 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
endmenu