Files
luban-lite-t3e-pro/bsp/artinchip/drv/pm/Kconfig

24 lines
530 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
#-----------------------------
# devices local parameter
#-----------------------------
menu "PM configure"
depends on AIC_USING_PM
choice
prompt "Select default sleep mode"
2024-09-03 11:16:08 +08:00
default AIC_PM_POWER_DEFAULT_DEEP_MODE
2023-08-30 16:21:18 +08:00
config AIC_PM_POWER_DEFAULT_LIGHT_MODE
bool "light sleep mode"
config AIC_PM_POWER_DEFAULT_DEEP_MODE
bool "deep sleep mode"
endchoice
2024-09-30 17:06:01 +08:00
config AIC_BOARD_LEVEL_POWER_PIN
string "PM board level power switch"
default ""
2023-08-30 16:21:18 +08:00
endmenu