:orphan: .. title:: choice: Acceleration data filter bandwidth .. _choice_205: .. describe:: choice: Acceleration data filter bandwidth *Acceleration data filter bandwidth* Type: ``bool`` Help ==== Bandwidth of filtered acceleration data. Direct dependencies =================== \ :option:`BMA280 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMA280_PMU_BW_7 ` Choice options ============== - \ :option:`BMA280_PMU_BW_1 ` - \ :option:`BMA280_PMU_BW_2 ` - \ :option:`BMA280_PMU_BW_3 ` - \ :option:`BMA280_PMU_BW_4 ` - \ :option:`BMA280_PMU_BW_5 ` - \ :option:`BMA280_PMU_BW_6 ` - \ :option:`BMA280_PMU_BW_7 ` - \ :option:`BMA280_PMU_BW_8 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bma280/Kconfig:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:57`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMA280 Three Axis Accelerometer Family .. parsed-literal:: choice bool "Acceleration data filter bandwidth" default \ :option:`BMA280_PMU_BW_7 ` depends on \ :option:`BMA280 ` && \ :option:`SENSOR ` help Bandwidth of filtered acceleration data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*