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

drivers/tsl4531x: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:04:02 +01:00
parent 0d6ca33319
commit ce2c415dbb
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -11,3 +11,9 @@ config MODULE_TSL4531X
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_TSL4531X
bool
select MODULE_TSL4531X if MODULE_SAUL_DEFAULT
help
Indicates that a TSL4531X illuminance sensor is present.