choice: Accelerometer sampling frequency.

Accelerometer sampling frequency.

Type: bool

Direct dependencies

BMI160 && (BMI160_ACCEL_PMU_RUNTIME || BMI160_ACCEL_PMU_NORMAL || BMI160_ACCEL_PMU_LOW_POWER) && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/bmi160/Kconfig:137

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:58

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

choice
    bool
    prompt "Accelerometer sampling frequency." if BMI160 && (BMI160_ACCEL_PMU_RUNTIME || BMI160_ACCEL_PMU_NORMAL || BMI160_ACCEL_PMU_LOW_POWER) && SENSOR
    default BMI160_ACCEL_ODR_RUNTIME if BMI160 && (BMI160_ACCEL_PMU_RUNTIME || BMI160_ACCEL_PMU_NORMAL || BMI160_ACCEL_PMU_LOW_POWER) && SENSOR
    depends on BMI160 && (BMI160_ACCEL_PMU_RUNTIME || BMI160_ACCEL_PMU_NORMAL || BMI160_ACCEL_PMU_LOW_POWER) && SENSOR

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