CONFIG_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 ifs and menus.)

Kconfig definition

At <Zephyr Subsystem>/pm/policy/Kconfig:21

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:43<Zephyr Subsystem>/pm/Kconfig:29

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management → Idle State Power Management Policy

config PM_POLICY_APP
    bool "Application PM Policy"
    depends on <choice>
    help
      When this option is selected, the application must provide PM policy.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)