kernel: netdevices: rtl8366: ensure CONFIG_NET_DSA_REALTEK_RTL8366RB_LEDS is enabled
Add new setting CONFIG_NET_DSA_REALTEK_RTL8366RB_LEDS which was introduced in kernel 6.12 and allows enabling LEDs for the Realtek RTL8366RB subdriver. Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/18654 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
fa90484c6a
commit
a48ff83193
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ define KernelPackage/dsa-rtl8366rb
|
|||
DEPENDS:=+kmod-dsa-realtek @!TARGET_x86 @!TARGET_bcm47xx @!TARGET_uml
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_DSA_REALTEK_RTL8366RB \
|
||||
CONFIG_NET_DSA_REALTEK_RTL8366RB_LEDS=y \
|
||||
CONFIG_NET_DSA_TAG_RTL4_A
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/dsa/realtek/rtl8366.ko \
|
||||
|
|
Loading…
Reference in a new issue