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:
parent
5829bfb218
commit
0b25a838ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user