From: jonathan brophy Date: Thu, 26 Dec 2024 10:01:33 +0000 (+1300) Subject: stm32: add default kernel config option CONFIG_LEDS_CLASS_MULTICOLOR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7638eb00a78c16b3c17bed66183fb9cf138d97c;p=thirdparty%2Fopenwrt.git 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 --- 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