Commit ae8864e6 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

bme280, bme680 depend on arch implementing sleep_ms at the moment

parent 6ad4a4eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@ depends on meta_driver_i2c

config driver_bme280
bool "BME280 TPH Sensor"
depends on meta_driver_i2c
depends on meta_driver_i2c && (arch_msp430fr5969lp || arch_msp430fr5994lp)

config driver_bme680
bool "BME680 TPH+IAQ Sensor"
depends on meta_driver_i2c &&!driver_bme280
depends on meta_driver_i2c && !driver_bme280 && (arch_msp430fr5969lp || arch_msp430fr5994lp)

# ccs811 is broken and incomplete