drivers/seesaw_soil: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2021-01-05 17:53:46 +01:00
parent 3b46124954
commit c212fe3512
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 10 additions and 0 deletions

View File

@ -109,6 +109,7 @@ rsource "qmc5883l/Kconfig"
rsource "scd30/Kconfig" rsource "scd30/Kconfig"
rsource "sdp3x/Kconfig" rsource "sdp3x/Kconfig"
rsource "sds011/Kconfig" rsource "sds011/Kconfig"
rsource "seesaw_soil/Kconfig"
rsource "sps30/Kconfig" rsource "sps30/Kconfig"
rsource "tcs37727/Kconfig" rsource "tcs37727/Kconfig"
rsource "tmp00x/Kconfig" rsource "tmp00x/Kconfig"

View File

@ -1,9 +1,18 @@
# Copyright (c) 2020 Viktor Gal # Copyright (c) 2020 Viktor Gal
# 2021 HAW Hamburg
# #
# This file is subject to the terms and conditions of the GNU Lesser # 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 # General Public License v2.1. See the file LICENSE in the top level
# directory for more details. # directory for more details.
# #
config MODULE_SEESAW_SOIL
bool "Adafruit Seesaw Soil Moisture and Temperature Sensor"
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
select MODULE_XTIMER
menuconfig KCONFIG_MODULE_SEESAW_SOIL menuconfig KCONFIG_MODULE_SEESAW_SOIL
bool "Configure SEESAW_SOIL driver" bool "Configure SEESAW_SOIL driver"
depends on MODULE_SEESAW_SOIL depends on MODULE_SEESAW_SOIL