:orphan: .. title:: CONFIG_PM_POLICY_APP .. kconfig:: CONFIG_PM_POLICY_APP CONFIG_PM_POLICY_APP #################### *Application PM Policy* Type: ``bool`` Help ==== .. code-block:: none When this option is selected, the application must provide PM policy. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/pm/policy/Kconfig:21`` 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_APP bool "Application PM Policy" depends on help When this option is selected, the application must provide PM policy. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*