drivers/tcs37727/kconfig: add hardware feature

This commit is contained in:
Leandro Lanzieri 2021-11-19 09:37:28 +01:00
parent 2d27b993d7
commit 2c35ab234e
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -12,6 +12,12 @@ config MODULE_TCS37727
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
config HAVE_TCS37727
bool
select MODULE_TCS37727 if MODULE_SAUL_DEFAULT
help
Indicates that a tcs37727 rgb light sensor is present.
menuconfig KCONFIG_USEMODULE_TCS37727
bool "Configure TCS37727 driver"
depends on USEMODULE_TCS37727