The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SYS_POWER_SLEEP_STATES

Low Power states

Type: bool

Help

This option enables the kernel to interface with a power manager application. This permits the system to enter a custom CPU low power state when the kernel becomes idle. The low power state could be any of the CPU low power states supported by the processor. Generally the one saving most power.

Direct dependencies

(HAS_SYS_POWER_STATE_SLEEP_1 || HAS_SYS_POWER_STATE_SLEEP_2 || HAS_SYS_POWER_STATE_SLEEP_3) && SYS_POWER_MANAGEMENT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig.power_mgmt:18

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:772

Menu path: (top menu) → General Kernel Options → System Power management

config SYS_POWER_SLEEP_STATES
    bool
    prompt "Low Power states" if (HAS_SYS_POWER_STATE_SLEEP_1 || HAS_SYS_POWER_STATE_SLEEP_2 || HAS_SYS_POWER_STATE_SLEEP_3) && SYS_POWER_MANAGEMENT
    depends on (HAS_SYS_POWER_STATE_SLEEP_1 || HAS_SYS_POWER_STATE_SLEEP_2 || HAS_SYS_POWER_STATE_SLEEP_3) && SYS_POWER_MANAGEMENT
    help
      This option enables the kernel to interface with a power manager
      application.  This permits the system to enter a custom CPU low power
      state when the kernel becomes idle. The low power state could be any of
      the CPU low power states supported by the processor.  Generally the one
      saving most power.

(Definitions include propagated dependencies, including from if’s and menus.)