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

drivers/tsl2561: Update kconfig model

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

View File

@ -12,3 +12,9 @@ config MODULE_TSL2561
select MODULE_PERIPH_I2C
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config HAVE_TSL2561
bool
select MODULE_TSL2561 if MODULE_SAUL_DEFAULT
help
Indicates that a TSL2561 illuminance sensor is present.