:orphan: .. title:: CONFIG_PM_POLICY_DUMMY .. kconfig:: CONFIG_PM_POLICY_DUMMY CONFIG_PM_POLICY_DUMMY ###################### *Dummy PM Policy for testing purposes* Type: ``bool`` Help ==== .. code-block:: none Dummy PM Policy which simply returns next PM state in a loop. This policy is used for testing purposes only. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/pm/policy/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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 for testing purposes" depends on 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.)*