[openwrt/openwrt] stm32: add default kernel config option CONFIG_LEDS_CLASS_MULTICOLOR
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 31 15:14:22 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f7638eb00a78c16b3c17bed66183fb9cf138d97c
commit f7638eb00a78c16b3c17bed66183fb9cf138d97c
Author: jonathan brophy <professor_jonny at hotmail.com>
AuthorDate: Thu Dec 26 23:01:33 2024 +1300
stm32: add default kernel config option CONFIG_LEDS_CLASS_MULTICOLOR
The generic target configuration activates the
CONFIG_LEDS_CLASS_MULTICOLOR option. Do not deactivate it for the stm32
target.
Signed-off-by: jonathan brophy <professor_jonny at hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/17277
[Reword commit message]
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/stm32/stm32mp1/config-6.6 | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/stm32/stm32mp1/config-6.6 b/target/linux/stm32/stm32mp1/config-6.6
index f7ed9030c6..31ead21ce7 100644
--- a/target/linux/stm32/stm32mp1/config-6.6
+++ b/target/linux/stm32/stm32mp1/config-6.6
@@ -274,7 +274,6 @@ CONFIG_KERNEL_GZIP=y
CONFIG_KMAP_LOCAL=y
CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
-# CONFIG_LEDS_CLASS_MULTICOLOR is not set
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
More information about the lede-commits
mailing list