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