-
CONFIG_SYS_PM_POLICY_DUMMY
¶
Dummy PM Policy
Type: bool
Help¶
Dummy PM Policy which simply returns next PM state in a loop.
Direct dependencies¶
<choice: Idle State Power Management Policy>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At subsys/power/policy/Kconfig:13
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 → Idle State Power Management Policy
config SYS_PM_POLICY_DUMMY bool "Dummy PM Policy" depends on <choice: Idle State Power Management Policy> help Dummy PM Policy which simply returns next PM state in a loop.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)