choice: BME280 filter coefficient

BME280 filter coefficient

Type: bool

Help

Select the filter coefficient for the BME280 sensor.

Direct dependencies

BME280 && BME280 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/bme280/Kconfig:157

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:54

Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor → Attributes

choice
    bool
    prompt "BME280 filter coefficient" if BME280 && BME280 && SENSOR
    default BME280_FILTER_4 if BME280 && BME280 && SENSOR
    depends on BME280 && BME280 && SENSOR
    help
      Select the filter coefficient for the BME280 sensor.

(Definitions include propagated dependencies, including from if’s and menus.)