-
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.
Defaults¶
- “y” if
SOC_SERIES_NRF51X
&&SOC_FAMILY_NRF
- “y” if
SOC_SERIES_NRF52X
&&SOC_FAMILY_NRF
- “y” if
SOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/nordic_nrf/nrf51/Kconfig.defconfig.series:20
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nordic_nrf/Kconfig.defconfig:10
Menu path: (top menu)
config SYS_POWER_MANAGEMENT bool default "y" ifSOC_SERIES_NRF51X
&&SOC_FAMILY_NRF
depends onSOC_SERIES_NRF51X
&&SOC_FAMILY_NRF
At soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.series:19
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nordic_nrf/Kconfig.defconfig:10
Menu path: (top menu)
config SYS_POWER_MANAGEMENT bool default "y" ifSOC_SERIES_NRF52X
&&SOC_FAMILY_NRF
depends onSOC_SERIES_NRF52X
&&SOC_FAMILY_NRF
At soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series:22
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nordic_nrf/Kconfig.defconfig:10
Menu path: (top menu)
config SYS_POWER_MANAGEMENT bool default "y" ifSOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
depends onSOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
At kernel/Kconfig.power_mgmt:8
Included via Kconfig:10
→ Kconfig.zephyr:31
→ kernel/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.)