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

drivers/isl29125: Update kconfig model

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

View File

@ -14,3 +14,8 @@ config MODULE_ISL29125
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_GPIO_IRQ
select MODULE_PERIPH_I2C
config HAVE_ISL29125
bool
help
Indicates that a ISL29125 RGB light sensor is present.