The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SYS_PM_POLICY_APP

Application PM Policy

Type: bool

Help

When this option is selected, the application must provide PM policy.

Direct dependencies

<choice: Idle State Power Management Policy>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/power/policy/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:772kernel/Kconfig.power_mgmt:44subsys/power/Kconfig:26

Menu path: (top menu) → General Kernel Options → System Power management → Idle State Power Management Policy

config SYS_PM_POLICY_APP
    bool
    prompt "Application PM Policy" if <choice: Idle State Power Management Policy>
    depends on <choice: Idle State Power Management Policy>
    help
      When this option is selected, the application must provide PM policy.

(Definitions include propagated dependencies, including from if’s and menus.)