diff --git a/src/driver/Kconfig b/src/driver/Kconfig index c04544224e26afb62e9aaa0cce2bb7479dcdd6f1..22f78657105d1f8da54819d905b54833d88ccead 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -35,7 +35,9 @@ config driver_bme680 bool "BME680 TPH+IAQ Sensor" depends on meta_driver_i2c && !driver_bme280 && (arch_arduino_nano || arch_msp430fr5969lp || arch_msp430fr5994lp) -# ccs811 is broken and incomplete +config driver_ccs811 +bool "CCS811 VOC Sensor" +depends on meta_driver_i2c config driver_ds2482 bool "DS2482-100 Single-Channel 1-Wire Master"