diff options
| author | Gabriel Roper | 2025-10-07 04:24:05 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2026-01-23 09:35:36 +0000 |
| commit | 088f6e563e00187d7dc25a0046aae71afcfb907b (patch) | |
| tree | bad9abbe42e9d7fbd46264a5ca72585739c391f6 | |
| parent | 12992dcb7e40a08247541ab098483075c254a7f4 (diff) | |
| download | xback-088f6e563e00187d7dc25a0046aae71afcfb907b.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/d1/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |