The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SYS_PM_POLICY_RESIDENCY

PM Policy based on CPU residency

Type: bool

Help

Select this option for PM policy based on CPU residencies.

Direct dependencies

<choice: Idle State Power Management Policy>

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

Kconfig definition

At subsys/power/policy/Kconfig:8

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:760kernel/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_RESIDENCY
    bool
    prompt "PM Policy based on CPU residency" if <choice: Idle State Power Management Policy>
    depends on <choice: Idle State Power Management Policy>
    help
      Select this option for PM policy based on CPU residencies.

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