The latest development version of this page may be more current than this released 1.14.1 version.
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:10Kconfig.zephyr:31kernel/Kconfig:772kernel/Kconfig.power_mgmt:44subsys/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.)