-
CONFIG_PM_CONTROL_OS_LPS
¶
Platform supports LPS
Type: bool
Help¶
Select this option if SoC support LPS state.
Direct dependencies¶
SYS_POWER_LOW_POWER_STATE
&& PM_CONTROL_OS
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/power/Kconfig:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:38
Menu path: (top menu) → OS Power Management
config PM_CONTROL_OS_LPS bool prompt "Platform supports LPS" ifSYS_POWER_LOW_POWER_STATE
&&PM_CONTROL_OS
depends onSYS_POWER_LOW_POWER_STATE
&&PM_CONTROL_OS
help Select this option if SoC support LPS state.
(Definitions include propagated dependencies, including from if’s and menus.)