From 0ec45257333d2e33691c8f3b4c3d942a8d405089 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:47 +0100 Subject: [PATCH] drivers/lpd8808: Update kconfig model --- drivers/lpd8808/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/lpd8808/Kconfig b/drivers/lpd8808/Kconfig index 2435f70f7b..3c75840564 100644 --- a/drivers/lpd8808/Kconfig +++ b/drivers/lpd8808/Kconfig @@ -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.