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

Kconfig definition

At <Zephyr>/subsys/power/policy/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36<Zephyr>/subsys/power/Kconfig:75

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

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

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