diff options
| author | Álvaro Fernández Rojas | 2024-12-27 16:34:39 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-27 19:18:02 +0000 |
| commit | c846f48f6a1d7167ea4f55e5ce2cf4f1e27c8fe2 (patch) | |
| tree | 5e033dada0f56f7b7bd3cd0ac00bc460bc95db26 | |
| parent | 74354fb463ba19b25b913a0bd0d8a021655cb2fa (diff) | |
| download | openwrt-c846f48f6a1d7167ea4f55e5ce2cf4f1e27c8fe2.tar.gz | |
generic: add missing CONFIG_LEDS_KTD202X symbol
Commit 56d97fff55f3 backported leds-ktd202x from upstream but didn't add the
generic config symbol.
Fixes: 56d97fff55f3 ("generic: backport support for KTD2026/7 rgb(w) led controller")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17396
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 2ea1b79103..c8ebee7027 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -3052,6 +3052,7 @@ CONFIG_LEDS_CLASS_MULTICOLOR=y # CONFIG_LEDS_INTEL_SS4200 is not set # CONFIG_LEDS_IS31FL319X is not set # CONFIG_LEDS_IS31FL32XX is not set +# CONFIG_LEDS_KTD202X is not set # CONFIG_LEDS_LM3530 is not set # CONFIG_LEDS_LM3532 is not set # CONFIG_LEDS_LM355x is not set |