-
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 if’s and menus.)
Kconfig definition¶
At subsys/power/policy/Kconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:31
→ kernel/Kconfig:772
→ kernel/Kconfig.power_mgmt:44
→ subsys/power/Kconfig:26
Menu path: (top menu) → General Kernel Options → System Power management → Idle State Power Management Policy
config SYS_PM_POLICY_DUMMY bool prompt "Dummy PM Policy" if <choice: Idle State Power Management Policy> depends on <choice: Idle State Power Management Policy> help Dummy PM Policy which simply returns next PM state in a loop.
(Definitions include propagated dependencies, including from if’s and menus.)