1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

drivers/opt3001: Update kconfig model

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

View File

@ -13,6 +13,12 @@ config MODULE_OPT3001
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_OPT3001
bool
select MODULE_OPT3001 if MODULE_SAUL_DEFAULT
help
Indicates that a OPT3001 Ambient Light Sensor is present.
menuconfig KCONFIG_USEMODULE_OPT3001
bool "Configure OPT3001 driver"
depends on USEMODULE_OPT3001