drivers/hts221: add module to Kconfig
This commit is contained in:
parent
4a65b13db2
commit
4fa930dbdd
@ -48,6 +48,7 @@ rsource "gp2y10xx/Kconfig"
|
|||||||
rsource "hdc1000/Kconfig"
|
rsource "hdc1000/Kconfig"
|
||||||
rsource "hih6130/Kconfig"
|
rsource "hih6130/Kconfig"
|
||||||
rsource "hmc5883l/Kconfig"
|
rsource "hmc5883l/Kconfig"
|
||||||
|
rsource "hts221/Kconfig"
|
||||||
rsource "isl29020/Kconfig"
|
rsource "isl29020/Kconfig"
|
||||||
rsource "l3g4200d/Kconfig"
|
rsource "l3g4200d/Kconfig"
|
||||||
rsource "lpsxxx/Kconfig"
|
rsource "lpsxxx/Kconfig"
|
||||||
|
|||||||
12
drivers/hts221/Kconfig
Normal file
12
drivers/hts221/Kconfig
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user