choice: BME680 pressure oversampling

BME680 pressure oversampling

Type: bool

Help

Select pressure oversampling for the BME680 sensor. Higher values lead to more accurate readings, but higher power consumption.

Direct dependencies

BME680 && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/bme680/Kconfig:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:63

Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor

choice
    bool "BME680 pressure oversampling"
    default BME680_PRESS_OVER_16X
    depends on BME680 && SENSOR
    help
      Select pressure oversampling for the BME680 sensor.  Higher values
      lead to more accurate readings, but higher power consumption.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)