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:
parent
1d05b3f727
commit
4754f339a0
@ -7,5 +7,13 @@
|
|||||||
|
|
||||||
config MODULE_GROVE_LEDBAR
|
config MODULE_GROVE_LEDBAR
|
||||||
bool "Grove ledbar"
|
bool "Grove ledbar"
|
||||||
depends on MODULE_MY9221
|
depends on HAS_PERIPH_GPIO
|
||||||
depends on TEST_KCONFIG
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user