[openwrt/openwrt] d1: Enable LED driver for D1 builds

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 23 01:36:56 PST 2026


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/088f6e563e00187d7dc25a0046aae71afcfb907b

commit 088f6e563e00187d7dc25a0046aae71afcfb907b
Author: Gabriel Roper <lockheedmaniac at gmail.com>
AuthorDate: Mon Oct 6 21:24:05 2025 -0700

    d1: Enable LED driver for D1 builds
    
    This enables the kernel configuration option
    to build the SUN50I_A100 driver, which is
    the one driver used by the D1 for the RGB
    LED controller.
    
    Signed-off-by: Gabriel Roper <lockheedmaniac at gmail.com>
---
 target/linux/d1/config-6.12 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/d1/config-6.12 b/target/linux/d1/config-6.12
index 4fcd058179..db08983bf5 100644
--- a/target/linux/d1/config-6.12
+++ b/target/linux/d1/config-6.12
@@ -205,6 +205,7 @@ CONFIG_JBD2=y
 CONFIG_KALLSYMS=y
 # CONFIG_KERNEL_UNCOMPRESSED is not set
 # CONFIG_KEYBOARD_SUN4I_LRADC is not set
+CONFIG_LEDS_SUN50I_A100=y
 CONFIG_LEGACY_PTYS=y
 CONFIG_LEGACY_PTY_COUNT=256
 CONFIG_LIBFDT=y




More information about the lede-commits mailing list