From f7638eb00a78c16b3c17bed66183fb9cf138d97c Mon Sep 17 00:00:00 2001 From: jonathan brophy Date: Thu, 26 Dec 2024 23:01:33 +1300 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/17277 [Reword commit message] Signed-off-by: Hauke Mehrtens --- 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 f7ed9030c69..31ead21ce73 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 -- 2.47.2