:orphan: .. title:: choice: Accelerometer range setting .. _choice_364: .. describe:: choice: Accelerometer range setting *Accelerometer range setting* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`BMI160_ACCEL_PMU_RUNTIME ` || \ :kconfig:`BMI160_ACCEL_PMU_NORMAL ` || \ :kconfig:`BMI160_ACCEL_PMU_LOW_POWER `) && \ :kconfig:`BMI160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMI160_ACCEL_RANGE_RUNTIME ` Choice options ============== - \ :kconfig:`BMI160_ACCEL_RANGE_RUNTIME ` - \ :kconfig:`BMI160_ACCEL_RANGE_2G ` - \ :kconfig:`BMI160_ACCEL_RANGE_4G ` - \ :kconfig:`BMI160_ACCEL_RANGE_8G ` - \ :kconfig:`BMI160_ACCEL_RANGE_16G ` Kconfig definition ================== At ``/sensor/bmi160/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. code-block:: kconfig 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.)*