From d5336efb41b529e58b90d635152be625950bf491 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:44 +0100 Subject: [PATCH] drivers/isl29020: Update kconfig model --- drivers/isl29020/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/isl29020/Kconfig b/drivers/isl29020/Kconfig index 8f38236d73..11cb02aee2 100644 --- a/drivers/isl29020/Kconfig +++ b/drivers/isl29020/Kconfig @@ -7,15 +7,14 @@ # config MODULE_ISL29020 - bool - prompt "ISL29020 light sensor" if !(MODULE_SAUL_DEFAULT && HAVE_ISL29020) - default y if (MODULE_SAUL_DEFAULT && HAVE_ISL29020) + bool "ISL29020 light sensor" depends on HAS_PERIPH_I2C depends on TEST_KCONFIG select MODULE_PERIPH_I2C config HAVE_ISL29020 bool + select MODULE_ISL29020 if MODULE_SAUL_DEFAULT help Indicates that a isl29020 sensor is present.