:orphan: .. title:: CONFIG_PM_POLICY_RESIDENCY .. kconfig:: CONFIG_PM_POLICY_RESIDENCY CONFIG_PM_POLICY_RESIDENCY ########################## *PM Policy based on CPU residency* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`PM_POLICY_RESIDENCY_DEFAULT ` Kconfig definition ================== At ``/pm/policy/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:43`` → ``/pm/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management → Idle State Power Management Policy .. code-block:: kconfig config PM_POLICY_RESIDENCY bool "PM Policy based on CPU residency" select PM_POLICY_RESIDENCY_DEFAULT depends on help Select this option for PM policy based on CPU residencies. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*