:orphan: .. title:: choice: Idle State Power Management Policy .. _choice_618: .. describe:: choice: Idle State Power Management Policy *Idle State Power Management Policy* Type: ``bool`` Help ==== .. code-block:: none Select the idle state power management policy. Direct dependencies =================== \ :kconfig:`PM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`PM_POLICY_RESIDENCY ` - \ :kconfig:`PM_POLICY_DUMMY ` - \ :kconfig:`PM_POLICY_APP ` Kconfig definition ================== At ``/pm/policy/Kconfig:3`` 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 .. code-block:: kconfig choice bool "Idle State Power Management Policy" depends on PM help Select the idle state power management policy. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*