-
CONFIG_PM_MIN_RESIDENCY_DEEP_SLEEP_1
¶
Deep Sleep State 1 minimum residency
Type: int
Help¶
Minimum residency in milliseconds to enter POWER_STATE_DEEP_SLEEP_1 state.
Direct dependencies¶
(PM
&& BOARD_MEC1501MODULAR_ASSY6885
) || (PM
&& BOARD_MEC15XXEVB_ASSY6853
) || (HAS_POWER_STATE_DEEP_SLEEP_1
&& PM_POLICY_RESIDENCY
&& PM
)
(Includes any dependencies from ifs and menus.)
Defaults¶
2000
2000
60000
Kconfig definitions¶
At <Zephyr>/boards/arm/mec1501modular_assy6885/Kconfig.defconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config PM_MIN_RESIDENCY_DEEP_SLEEP_1 int default 2000 depends onPM
&&BOARD_MEC1501MODULAR_ASSY6885
At <Zephyr>/boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:79
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config PM_MIN_RESIDENCY_DEEP_SLEEP_1 int default 2000 depends onPM
&&BOARD_MEC15XXEVB_ASSY6853
At <Zephyr>/subsys/power/policy/Kconfig:63
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_1 int "Deep Sleep State 1 minimum residency" default 60000 depends onHAS_POWER_STATE_DEEP_SLEEP_1
&&PM_POLICY_RESIDENCY
&&PM
help Minimum residency in milliseconds to enter POWER_STATE_DEEP_SLEEP_1 state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)