1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/isl29020: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:44 +01:00
parent 1dbf5836da
commit d5336efb41
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -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.