:orphan: .. title:: choice: Acceleration measurement range .. _choice_343: .. describe:: choice: Acceleration measurement range *Acceleration measurement range* Type: ``bool`` Help ==== .. code-block:: none Measurement range for acceleration values. Direct dependencies =================== \ :kconfig:`BMA280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMA280_PMU_RANGE_2G ` Choice options ============== - \ :kconfig:`BMA280_PMU_RANGE_2G ` - \ :kconfig:`BMA280_PMU_RANGE_4G ` - \ :kconfig:`BMA280_PMU_RANGE_8G ` - \ :kconfig:`BMA280_PMU_RANGE_16G ` Kconfig definition ================== At ``/sensor/bma280/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:57`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMA280 Three Axis Accelerometer Family .. code-block:: kconfig choice bool "Acceleration measurement range" default BMA280_PMU_RANGE_2G depends on BMA280 && SENSOR help Measurement range for acceleration values. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*