From a25f429f0df813cd6711223c6e9460c222ede0a3 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:31 +0100 Subject: [PATCH] drivers/bh1900nux: Update kconfig model --- drivers/bh1900nux/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/bh1900nux/Kconfig b/drivers/bh1900nux/Kconfig index 367b5ed1e1..9f45138e06 100644 --- a/drivers/bh1900nux/Kconfig +++ b/drivers/bh1900nux/Kconfig @@ -10,3 +10,8 @@ config MODULE_BH1900NUX depends on HAS_PERIPH_I2C depends on TEST_KCONFIG select MODULE_PERIPH_I2C + +config HAVE_BH1900NUX + bool + help + Indicates that the BH1900NUX temperature sensor is present.