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