:orphan: .. title:: choice: Accelerometer range setting .. _choice_225: .. describe:: choice: Accelerometer range setting *Accelerometer range setting* Type: ``bool`` Direct dependencies =================== (\ :option:`BMI160_ACCEL_PMU_RUNTIME ` || \ :option:`BMI160_ACCEL_PMU_NORMAL ` || \ :option:`BMI160_ACCEL_PMU_LOW_POWER `) && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMI160_ACCEL_RANGE_RUNTIME ` Choice options ============== - \ :option:`BMI160_ACCEL_RANGE_RUNTIME ` - \ :option:`BMI160_ACCEL_RANGE_2G ` - \ :option:`BMI160_ACCEL_RANGE_4G ` - \ :option:`BMI160_ACCEL_RANGE_8G ` - \ :option:`BMI160_ACCEL_RANGE_16G ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmi160/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. parsed-literal:: choice bool "Accelerometer range setting" default \ :option:`BMI160_ACCEL_RANGE_RUNTIME ` depends on (\ :option:`BMI160_ACCEL_PMU_RUNTIME ` || \ :option:`BMI160_ACCEL_PMU_NORMAL ` || \ :option:`BMI160_ACCEL_PMU_LOW_POWER `) && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*