:orphan: .. title:: choice: Acceleration data filter bandwidth .. _choice_344: .. describe:: choice: Acceleration data filter bandwidth *Acceleration data filter bandwidth* Type: ``bool`` Help ==== .. code-block:: none Bandwidth of filtered acceleration data. Direct dependencies =================== \ :kconfig:`BMA280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMA280_PMU_BW_7 ` Choice options ============== - \ :kconfig:`BMA280_PMU_BW_1 ` - \ :kconfig:`BMA280_PMU_BW_2 ` - \ :kconfig:`BMA280_PMU_BW_3 ` - \ :kconfig:`BMA280_PMU_BW_4 ` - \ :kconfig:`BMA280_PMU_BW_5 ` - \ :kconfig:`BMA280_PMU_BW_6 ` - \ :kconfig:`BMA280_PMU_BW_7 ` - \ :kconfig:`BMA280_PMU_BW_8 ` Kconfig definition ================== At ``/sensor/bma280/Kconfig:73`` 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 data filter bandwidth" default BMA280_PMU_BW_7 depends on BMA280 && SENSOR help Bandwidth of filtered acceleration data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*