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.