- choice: Accelerometer range setting
Accelerometer range setting
Type: bool
Direct dependencies
(BMI160_ACCEL_PMU_RUNTIME
|| BMI160_ACCEL_PMU_NORMAL
|| BMI160_ACCEL_PMU_LOW_POWER
) && BMI160
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/drivers/sensor/bmi160/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:67
Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit
choice
bool "Accelerometer range setting"
default BMI160_ACCEL_RANGE_RUNTIME
depends on (BMI160_ACCEL_PMU_RUNTIME || BMI160_ACCEL_PMU_NORMAL || BMI160_ACCEL_PMU_LOW_POWER) && BMI160 && SENSOR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)