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