diff --git a/drivers/Kconfig b/drivers/Kconfig index d9800eca65..0631b0af31 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -48,6 +48,7 @@ rsource "gp2y10xx/Kconfig" rsource "hdc1000/Kconfig" rsource "hih6130/Kconfig" rsource "hmc5883l/Kconfig" +rsource "hts221/Kconfig" rsource "isl29020/Kconfig" rsource "l3g4200d/Kconfig" rsource "lpsxxx/Kconfig" diff --git a/drivers/hts221/Kconfig b/drivers/hts221/Kconfig new file mode 100644 index 0000000000..ee797b3e45 --- /dev/null +++ b/drivers/hts221/Kconfig @@ -0,0 +1,12 @@ +# Copyright (c) 2020 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_HTS221 + bool "ST HTS221 digital Humidity Sensor" + depends on HAS_PERIPH_I2C + depends on TEST_KCONFIG + select MODULE_PERIPH_I2C