:orphan: .. title:: PM_POLICY_DUMMY .. option:: CONFIG_PM_POLICY_DUMMY *Dummy PM Policy* Type: ``bool`` Help ==== .. code-block:: none Dummy PM Policy which simply returns next PM state in a loop. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/pm/policy/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:43`` → ``/pm/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management → Idle State Power Management Policy .. code-block:: kconfig config PM_POLICY_DUMMY bool "Dummy PM Policy" depends on help Dummy PM Policy which simply returns next PM state in a loop. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*