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