diff options
| author | jonathan brophy | 2024-12-26 10:01:33 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-03-31 22:05:32 +0000 |
| commit | f7638eb00a78c16b3c17bed66183fb9cf138d97c (patch) | |
| tree | 88be5f39b9b4eb8de7bbf18bb2ca19d8062aec8e | |
| parent | 65b6f1c1b2512d5b91f3dd9b02bae0c17249d6fc (diff) | |
| download | openwrt-f7638eb00a78c16b3c17bed66183fb9cf138d97c.tar.gz | |
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@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/17277
[Reword commit message]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/stm32/stm32mp1/config-6.6 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |