1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00

drivers/si1133: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:57 +01:00
parent 578cf66d78
commit 48e88c47aa
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -10,4 +10,11 @@ config MODULE_SI1133
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
select MODULE_ZTIMER
select ZTIMER_USEC
config HAVE_SI1133
bool
select MODULE_SI1133 if MODULE_SAUL_DEFAULT
help
Indicates that a Si1133 UV Index/Ambient Light Sensor is present.