The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_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/pm/policy/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:43subsys/pm/Kconfig:29

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management → Idle State Power Management Policy

config PM_POLICY_DUMMY
    bool "Dummy PM Policy"
    depends on <choice>
    help
      Dummy PM Policy which simply returns next PM state in a loop.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)