mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-26 14:08:53 +00:00
27 lines
628 B
Plaintext
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
|