-
CONFIG_SYS_PM_MIN_RESIDENCY_SLEEP_2
¶
Sleep State 2 minimum residency
Type: int
Help¶
Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_2 state.
Direct dependencies¶
HAS_SYS_POWER_STATE_SLEEP_2
&& SYS_PM_POLICY_RESIDENCY
&& SYS_POWER_MANAGEMENT
(Includes any dependencies from ifs and menus.)
Default¶
10000
Kconfig definition¶
At subsys/power/policy/Kconfig:35
Included via Kconfig:8
→ Kconfig.zephyr:36
→ kernel/Kconfig:765
→ kernel/Kconfig.power_mgmt:41
→ subsys/power/Kconfig:34
Menu path: (Top) → General Kernel Options → System Power management
config SYS_PM_MIN_RESIDENCY_SLEEP_2 int "Sleep State 2 minimum residency" default 10000 depends onHAS_SYS_POWER_STATE_SLEEP_2
&&SYS_PM_POLICY_RESIDENCY
&&SYS_POWER_MANAGEMENT
help Minimum residency in milliseconds to enter SYS_POWER_STATE_SLEEP_2 state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)