diff options
-rw-r--r-- | src/driver/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 44d9063..9c4f6c5 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -33,8 +33,7 @@ config driver_ccs811 bool "CCS811 VOC Sensor" depends on meta_driver_i2c -config driver_dummy -bool "Dummy driver" +# dummy driver is AEMR-specific and not included in Kconfig config driver_eepom24lc64 bool "24LC64 EEPROM" @@ -68,8 +67,7 @@ config driver_nrf24l01 bool "nRF24L01+ 2.4GHz Radio" depends on meta_driver_spi -config driver_resistive_load -bool "Resistive Load for Energy Model Generation Evaluation" +# resistive_load is AEMR-specific and not included in Kconfig config driver_s5851a bool "S5851A LoRaWAN Radio" |