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

drivers/seesaw_soil: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:55 +01:00
parent 1ed8f6b508
commit 050ae8b12e
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,6 +13,12 @@ config MODULE_SEESAW_SOIL
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_SEESAW_SOIL
bool
select MODULE_SEESAW_SOIL if MODULE_SAUL_DEFAULT
help
Indicates that a Adafruit Seesaw Soil Moisture and Temperature Sensor is present.
menuconfig KCONFIG_MODULE_SEESAW_SOIL
bool "Configure SEESAW_SOIL driver"
depends on MODULE_SEESAW_SOIL