1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

drivers/veml6070: Update kconfig model

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

View File

@ -10,3 +10,9 @@ config MODULE_VEML6070
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
config HAVE_VEML6070
bool
select MODULE_VEML6070 if MODULE_SAUL_DEFAULT
help
Indicates that a VEML6070 UV sensor is present.