From 934374a464e858694419837d6ef1ec08664cb4c5 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:53 +0100 Subject: [PATCH] drivers/scd30: Update kconfig model --- drivers/scd30/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/scd30/Kconfig b/drivers/scd30/Kconfig index 07847c192e..b2ca540b45 100644 --- a/drivers/scd30/Kconfig +++ b/drivers/scd30/Kconfig @@ -12,3 +12,9 @@ config MODULE_SCD30 select MODULE_PERIPH_I2C select MODULE_CHECKSUM select MODULE_XTIMER + +config HAVE_SCD30 + bool + select MODULE_SCD30 if MODULE_SAUL_DEFAULT + help + Indicates that a SCD30 CO2, temperature and humidity sensor is present.