-
CONFIG_SYS_PM_MIN_RESIDENCY_SLEEP_1
¶
Sleep State 1 minimum residency
Type: int
Help¶
Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_1 state.
Direct dependencies¶
HAS_SYS_POWER_STATE_SLEEP_1
&& SYS_PM_POLICY_RESIDENCY
&& SYS_POWER_MANAGEMENT
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At subsys/power/policy/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:31
→ kernel/Kconfig:760
→ kernel/Kconfig.power_mgmt:44
→ subsys/power/Kconfig:26
Menu path: (top menu) → General Kernel Options → System Power management
config SYS_PM_MIN_RESIDENCY_SLEEP_1 int prompt "Sleep State 1 minimum residency" ifHAS_SYS_POWER_STATE_SLEEP_1
&&SYS_PM_POLICY_RESIDENCY
&&SYS_POWER_MANAGEMENT
default 5000 ifHAS_SYS_POWER_STATE_SLEEP_1
&&SYS_PM_POLICY_RESIDENCY
&&SYS_POWER_MANAGEMENT
depends onHAS_SYS_POWER_STATE_SLEEP_1
&&SYS_PM_POLICY_RESIDENCY
&&SYS_POWER_MANAGEMENT
help Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_1 state.
(Definitions include propagated dependencies, including from if’s and menus.)