1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/hdc1000/kconfig: add hardware feature

This commit is contained in:
Leandro Lanzieri 2021-11-19 09:34:47 +01:00
parent e2a78efb42
commit ef71ff5199
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -12,6 +12,12 @@ config MODULE_HDC1000
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_HDC1000
bool
select MODULE_HDC1000 if MODULE_SAUL_DEFAULT
help
Indicates that an hdc1000 humidity and temperature sensor is present.
menuconfig KCONFIG_USEMODULE_HDC1000
bool "Configure HDC1000 driver"
depends on USEMODULE_HDC1000