realtek: update the tree to the latest refactored version
[openwrt/staging/rmilecki.git] / target / linux / realtek / patches-5.4 / 700-net-dsa-add-support-for-rtl838x-switch.patch
1 Index: linux-5.4.77/drivers/net/dsa/Kconfig
2 ===================================================================
3 --- linux-5.4.77.orig/drivers/net/dsa/Kconfig
4 +++ linux-5.4.77/drivers/net/dsa/Kconfig
5 @@ -63,6 +63,8 @@ config NET_DSA_QCA8K
6 This enables support for the Qualcomm Atheros QCA8K Ethernet
7 switch chips.
8
9 +source "drivers/net/dsa/rtl83xx/Kconfig"
10 +
11 config NET_DSA_REALTEK_SMI
12 tristate "Realtek SMI Ethernet switch family support"
13 depends on NET_DSA
14 Index: linux-5.4.77/drivers/net/dsa/Makefile
15 ===================================================================
16 --- linux-5.4.77.orig/drivers/net/dsa/Makefile
17 +++ linux-5.4.77/drivers/net/dsa/Makefile
18 @@ -21,3 +21,4 @@ obj-y += b53/
19 obj-y += microchip/
20 obj-y += mv88e6xxx/
21 obj-y += sja1105/
22 +obj-y += rtl83xx/