From 5592faaa07c5be213631097aa8e9788b2ac0c6e1 Mon Sep 17 00:00:00 2001 From: Sander Vanheule Date: Thu, 19 Feb 2026 16:12:47 +0100 Subject: [PATCH] realtek: rtl839x: enable RTL8231 LED driver To enable the use of the RTL8231 to control (port) LEDs, the driver needs to be enabled in the build. Incorporate it into the kernel, so any LED consumers also work in failsafe mode. Signed-off-by: Sander Vanheule --- target/linux/realtek/rtl839x/config-6.12 | 2 +- target/linux/realtek/rtl839x/config-6.18 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/rtl839x/config-6.12 b/target/linux/realtek/rtl839x/config-6.12 index c515afbf8a..b5fb20f4c9 100644 --- a/target/linux/realtek/rtl839x/config-6.12 +++ b/target/linux/realtek/rtl839x/config-6.12 @@ -124,7 +124,7 @@ CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_JFFS2_ZLIB=y CONFIG_LEDS_GPIO=y -# CONFIG_LEDS_RTL8231 is not set +CONFIG_LEDS_RTL8231=y CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_MACH_REALTEK_RTL=y diff --git a/target/linux/realtek/rtl839x/config-6.18 b/target/linux/realtek/rtl839x/config-6.18 index eef6368bed..ca920a8fbe 100644 --- a/target/linux/realtek/rtl839x/config-6.18 +++ b/target/linux/realtek/rtl839x/config-6.18 @@ -125,7 +125,7 @@ CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_JFFS2_ZLIB=y CONFIG_LEDS_GPIO=y -# CONFIG_LEDS_RTL8231 is not set +CONFIG_LEDS_RTL8231=y CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y CONFIG_MACH_REALTEK_RTL=y