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

System Power management

Type: bool

Help

This option enables the board to implement extra power management policies whenever the kernel becomes idle. The kernel informs the power management subsystem of the number of ticks until the next kernel timer is due to expire.

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.series:20

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SYS_POWER_MANAGEMENT
    bool
    default "y" if SOC_SERIES_NRF51X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF51X && SOC_FAMILY_NRF

At soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series:19

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SYS_POWER_MANAGEMENT
    bool
    default "y" if SOC_SERIES_NRF52X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF52X && SOC_FAMILY_NRF

At soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series:22

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config SYS_POWER_MANAGEMENT
    bool
    default "y" if SOC_SERIES_NRF91X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF91X && SOC_FAMILY_NRF

At kernel/Kconfig.power_mgmt:8

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

Menu path: (top menu) → General Kernel Options

menuconfig SYS_POWER_MANAGEMENT
    bool
    prompt "System Power management"
    select TICKLESS_IDLE
    help
      This option enables the board to implement extra power management
      policies whenever the kernel becomes idle. The kernel informs the
      power management subsystem of the number of ticks until the next kernel
      timer is due to expire.

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