mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/sht3x: add module to Kconfig
This commit is contained in:
parent
e6dead79d9
commit
8d345260d9
@ -113,6 +113,7 @@ rsource "sds011/Kconfig"
|
||||
rsource "seesaw_soil/Kconfig"
|
||||
rsource "sht1x/Kconfig"
|
||||
rsource "sht2x/Kconfig"
|
||||
rsource "sht3x/Kconfig"
|
||||
rsource "sps30/Kconfig"
|
||||
rsource "tcs37727/Kconfig"
|
||||
rsource "tmp00x/Kconfig"
|
||||
|
14
drivers/sht3x/Kconfig
Normal file
14
drivers/sht3x/Kconfig
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 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_SHT3X
|
||||
bool "Sensirion SHT30/SHT31/SHT35 Humidity and Temperature Sensors"
|
||||
depends on HAS_PERIPH_I2C
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_PERIPH_I2C
|
||||
select MODULE_CHECKSUM
|
||||
select MODULE_XTIMER
|
Loading…
Reference in New Issue
Block a user