The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_PM_POLICY_DUMMY

Dummy PM Policy for testing purposes

Type: bool

Help

Dummy PM Policy which simply returns next PM state in a loop.

This policy is used for testing purposes only.

Direct dependencies

<choice: Idle State Power Management Policy>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/pm/policy/Kconfig:14

Included via Kconfig:8Kconfig.zephyr:44subsys/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 for testing purposes"
    depends on <choice>
    help
      Dummy PM Policy which simply returns next PM state in a loop.

      This policy is used for testing purposes only.

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