summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:34:08 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:34:08 +0200
commita7b54d3f438e60a3b3e20935f8d641d3f15ef4f5 (patch)
treebb3fd81f0ac466c4be9601766e8ae52109736741
parent7c99cb06aa38ee9cb1dd9f2d44cd729d47bda4c2 (diff)
Leave out incomplete s5851a and ccs811 drivers from kconfig
-rw-r--r--src/driver/Kconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig
index 9c4f6c5..f4fdd4e 100644
--- a/src/driver/Kconfig
+++ b/src/driver/Kconfig
@@ -29,11 +29,9 @@ config driver_bme680
bool "BME680 TPH+IAQ Sensor"
depends on meta_driver_i2c &&!driver_bme280
-config driver_ccs811
-bool "CCS811 VOC Sensor"
-depends on meta_driver_i2c
+# ccs811 is broken and incomplete
-# dummy driver is AEMR-specific and not included in Kconfig
+# dummy is AEMR-specific and not included in Kconfig
config driver_eepom24lc64
bool "24LC64 EEPROM"
@@ -69,8 +67,7 @@ depends on meta_driver_spi
# resistive_load is AEMR-specific and not included in Kconfig
-config driver_s5851a
-bool "S5851A LoRaWAN Radio"
+# s5851a is broken and incomplete
config driver_sharp96
bool "sharp LS013B4DN 96x96px Transflective LC Display"