drivers/seesaw_soil: add module to Kconfig
This commit is contained in:
parent
3b46124954
commit
c212fe3512
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user