CONFIG_SYS_POWER_LOW_POWER_STATE

Low power state

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

SYS_POWER_LOW_POWER_STATE_SUPPORTED && 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:40

Included via Kconfig:10Kconfig.zephyr:25kernel/Kconfig:673

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

config SYS_POWER_LOW_POWER_STATE
    bool
    prompt "Low power state" if SYS_POWER_LOW_POWER_STATE_SUPPORTED && SYS_POWER_MANAGEMENT
    depends on SYS_POWER_LOW_POWER_STATE_SUPPORTED && 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.)