kernel: bump 5.4 to 5.4.92
[openwrt/openwrt.git] / target / linux / mediatek / patches-5.4 / 0990-gsw-rtl8367s-mt7622-support.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -42,6 +42,12 @@ config MDIO_BCM_IPROC
4 This module provides a driver for the MDIO busses found in the
5 Broadcom iProc SoC's.
6
7 +config RTL8367S_GSW
8 + tristate "rtl8367 Gigabit Switch support for mt7622"
9 + depends on NET_VENDOR_MEDIATEK
10 + help
11 + This driver supports rtl8367s in mt7622
12 +
13 config MDIO_BCM_UNIMAC
14 tristate "Broadcom UniMAC MDIO bus controller"
15 depends on HAS_IOMEM
16 --- a/drivers/net/phy/Makefile
17 +++ b/drivers/net/phy/Makefile
18 @@ -110,4 +110,5 @@ obj-$(CONFIG_TERANETICS_PHY) += teraneti
19 obj-$(CONFIG_VITESSE_PHY) += vitesse.o
20 obj-$(CONFIG_XILINX_GMII2RGMII) += xilinx_gmii2rgmii.o
21 obj-$(CONFIG_MT753X_GSW) += mtk/mt753x/
22 +obj-$(CONFIG_RTL8367S_GSW) += rtk/
23