Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment