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

Kconfig definition

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

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_RESIDENCY
    bool "PM Policy based on CPU residency"
    select SYS_PM_POLICY_RESIDENCY_DEFAULT if !SOC_SERIES_CC13X2_CC26X2
    select SYS_PM_POLICY_RESIDENCY_CC13X2_CC26X2 if SOC_SERIES_CC13X2_CC26X2
    depends on <choice: Idle State Power Management Policy>
    help
      Select this option for PM policy based on CPU residencies.

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