drivers/hts221: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2020-11-26 15:19:41 +01:00
parent 4a65b13db2
commit 4fa930dbdd
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 13 additions and 0 deletions

View File

@ -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"

12
drivers/hts221/Kconfig Normal file
View File

@ -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