:orphan: .. title:: PM_POLICY_RESIDENCY .. option:: CONFIG_PM_POLICY_RESIDENCY *PM Policy based on CPU residency* Type: ``bool`` Help ==== Select this option for PM policy based on CPU residencies. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`PM_POLICY_RESIDENCY_DEFAULT ` if !\ :option:`SOC_SERIES_CC13X2_CC26X2 ` - \ :option:`PM_POLICY_RESIDENCY_CC13X2_CC26X2 ` if \ :option:`SOC_SERIES_CC13X2_CC26X2 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/power/policy/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` → ``subsys/power/Kconfig:46`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management → Idle State Power Management Policy .. parsed-literal:: config PM_POLICY_RESIDENCY bool "PM Policy based on CPU residency" select \ :option:`PM_POLICY_RESIDENCY_DEFAULT ` if !\ :option:`SOC_SERIES_CC13X2_CC26X2 ` select \ :option:`PM_POLICY_RESIDENCY_CC13X2_CC26X2 ` if \ :option:`SOC_SERIES_CC13X2_CC26X2 ` depends on \ :ref:` ` help Select this option for PM policy based on CPU residencies. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*