-
CONFIG_PM_LPS_MIN_RES
¶
LPS minimum residency
Type: int
Help¶
Minimum residency in ticks to enter LPS state.
Direct dependencies¶
PM_CONTROL_OS_LPS
&& SYS_POWER_LOW_POWER_STATE
&& PM_CONTROL_OS
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At subsys/power/Kconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:38
Menu path: (top menu) → OS Power Management
config PM_LPS_MIN_RES int prompt "LPS minimum residency" ifPM_CONTROL_OS_LPS
&&SYS_POWER_LOW_POWER_STATE
&&PM_CONTROL_OS
default 5 ifPM_CONTROL_OS_LPS
&&SYS_POWER_LOW_POWER_STATE
&&PM_CONTROL_OS
depends onPM_CONTROL_OS_LPS
&&SYS_POWER_LOW_POWER_STATE
&&PM_CONTROL_OS
help Minimum residency in ticks to enter LPS state.
(Definitions include propagated dependencies, including from if’s and menus.)