realtek: replace RTL93xx GPIO patches
[openwrt/staging/ldir.git] / target / linux / realtek / patches-5.10 / 700-net-dsa-add-support-for-rtl838x-switch.patch
1 --- a/drivers/net/dsa/Kconfig
2 +++ b/drivers/net/dsa/Kconfig
3 @@ -68,6 +68,8 @@ config NET_DSA_QCA8K
4 This enables support for the Qualcomm Atheros QCA8K Ethernet
5 switch chips.
6
7 +source "drivers/net/dsa/rtl83xx/Kconfig"
8 +
9 config NET_DSA_REALTEK_SMI
10 tristate "Realtek SMI Ethernet switch family support"
11 depends on NET_DSA
12 --- a/drivers/net/dsa/Makefile
13 +++ b/drivers/net/dsa/Makefile
14 @@ -23,3 +23,4 @@ obj-y += mv88e6xxx/
15 obj-y += ocelot/
16 obj-y += qca/
17 obj-y += sja1105/
18 +obj-y += rtl83xx/