1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/grove_ledbar: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:40 +01:00
parent 1d05b3f727
commit 4754f339a0
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -7,5 +7,13 @@
config MODULE_GROVE_LEDBAR
bool "Grove ledbar"
depends on MODULE_MY9221
depends on HAS_PERIPH_GPIO
depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO
select MODULE_MY9221
config HAVE_GROVE_LEDBAR
bool
select MODULE_GROVE_LEDBAR if MODULE_SAUL_DEFAULT
help
Indicates that a Grove ledbar is present.