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:
parent
1ed8f6b508
commit
050ae8b12e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user