[openwrt/openwrt] generic: add missing CONFIG_LEDS_ST1202 symbol

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 27 05:27:55 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8ffeeaee67146aa458f630578aa1f13cd0506ba6

commit 8ffeeaee67146aa458f630578aa1f13cd0506ba6
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Jan 27 14:25:09 2025 +0100

    generic: add missing CONFIG_LEDS_ST1202 symbol
    
    ST1202 controller was added recently, but it was not disabled in the
    generic config, so lets avoid individual target configs disabling it
    and just disable it in generic config.
    
    Link: https://github.com/openwrt/openwrt/pull/17746
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/generic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index c8ebee7027..a92151700d 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -3082,6 +3082,7 @@ CONFIG_LEDS_CLASS_MULTICOLOR=y
 # CONFIG_LEDS_PWM_MULTICOLOR is not set
 # CONFIG_LEDS_REGULATOR is not set
 # CONFIG_LEDS_SPI_BYTE is not set
+# CONFIG_LEDS_ST1202 is not set
 # CONFIG_LEDS_SYSCON is not set
 # CONFIG_LEDS_TCA6507 is not set
 # CONFIG_LEDS_TI_LMU_COMMON is not set




More information about the lede-commits mailing list