CONFIG_CAF_SENSOR_MANAGER_ACTIVE_PM
Sensor manager active power management
Type: bool
Help
This option allows sensor manager to actively manage the power.
Sensor manager generates power events depending on the sensors data,
state and configuration.
Direct dependencies
CAF_SENSOR_MANAGER_PM
&& CAF_SENSOR_MANAGER
&& CAF
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definition
At <nRF>/subsys/caf/modules/Kconfig.sensor_manager:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:50
→ <nRF>/subsys/caf/Kconfig:16
→ <nRF>/subsys/caf/modules/Kconfig:17
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Sensor manager module → Sensor manager passive power management
config CAF_SENSOR_MANAGER_ACTIVE_PM
bool "Sensor manager active power management"
default y
select CAF_POWER_MANAGER_EVENTS
depends on CAF_SENSOR_MANAGER_PM && CAF_SENSOR_MANAGER && CAF
help
This option allows sensor manager to actively manage the power.
Sensor manager generates power events depending on the sensors data,
state and configuration.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)