-
CONFIG_PM_MIN_RESIDENCY_DEEP_SLEEP_2
¶
Deep Sleep State 2 minimum residency
Type: int
Help¶
Minimum residency in milliseconds to enter POWER_STATE_DEEP_SLEEP_2 state.
Direct dependencies¶
HAS_POWER_STATE_DEEP_SLEEP_2
&& PM_POLICY_RESIDENCY
&& PM
(Includes any dependencies from ifs and menus.)
Default¶
90000
Kconfig definition¶
At <Zephyr>/subsys/power/policy/Kconfig:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/power/Kconfig:72
Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management
config PM_MIN_RESIDENCY_DEEP_SLEEP_2 int "Deep Sleep State 2 minimum residency" default 90000 depends onHAS_POWER_STATE_DEEP_SLEEP_2
&&PM_POLICY_RESIDENCY
&&PM
help Minimum residency in milliseconds to enter POWER_STATE_DEEP_SLEEP_2 state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)