CONFIG_PM_CONTROL_APP

Handled at Application level

Type: bool

Help

This option enables the Application to handle all the Power Management flows for the platform.

Direct dependencies

<choice POWER_MANAGEMENT_CONTROL: Power Management Control>

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

Kconfig definition

At kernel/Kconfig.power_mgmt:24

Included via Kconfig:10Kconfig.zephyr:25kernel/Kconfig:673

Menu path: (top menu) → General Kernel Options → Power management → Power Management Control

config PM_CONTROL_APP
    bool
    prompt "Handled at Application level" if <choice POWER_MANAGEMENT_CONTROL: Power Management Control>
    depends on <choice POWER_MANAGEMENT_CONTROL: Power Management Control>
    help
      This option enables the Application to handle all the Power
      Management flows for the platform.

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