diff --git a/drivers/Kconfig b/drivers/Kconfig index 7df9d7cd7a..0abe893186 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -109,6 +109,7 @@ rsource "qmc5883l/Kconfig" rsource "scd30/Kconfig" rsource "sdp3x/Kconfig" rsource "sds011/Kconfig" +rsource "seesaw_soil/Kconfig" rsource "sps30/Kconfig" rsource "tcs37727/Kconfig" rsource "tmp00x/Kconfig" diff --git a/drivers/seesaw_soil/Kconfig b/drivers/seesaw_soil/Kconfig index 920487a604..1997fdc3b5 100644 --- a/drivers/seesaw_soil/Kconfig +++ b/drivers/seesaw_soil/Kconfig @@ -1,9 +1,18 @@ # Copyright (c) 2020 Viktor Gal +# 2021 HAW Hamburg # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. # + +config MODULE_SEESAW_SOIL + bool "Adafruit Seesaw Soil Moisture and Temperature Sensor" + depends on HAS_PERIPH_I2C + depends on TEST_KCONFIG + select MODULE_PERIPH_I2C + select MODULE_XTIMER + menuconfig KCONFIG_MODULE_SEESAW_SOIL bool "Configure SEESAW_SOIL driver" depends on MODULE_SEESAW_SOIL