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

drivers/lpd8808: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:47 +01:00
parent 1ff07e0133
commit 0ec4525733
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -11,3 +11,8 @@ config MODULE_LPD8808
depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO
select MODULE_COLOR
config HAVE_LPD8808
bool
help
Indicates that a LPD8808 based LED Strip is present.