The latest development version of this page may be more current than this released 2.7.0 version.
choice: Gyroscope range setting.

Gyroscope range setting.

Type: bool

Direct dependencies

(BMI160_GYRO_PMU_RUNTIME || BMI160_GYRO_PMU_NORMAL || BMI160_GYRO_PMU_FAST_STARTUP) && BMI160 && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/sensor/bmi160/Kconfig:154

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:67

Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit

choice
    bool "Gyroscope range setting."
    default BMI160_GYRO_RANGE_RUNTIME
    depends on (BMI160_GYRO_PMU_RUNTIME || BMI160_GYRO_PMU_NORMAL || BMI160_GYRO_PMU_FAST_STARTUP) && BMI160 && SENSOR

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)