kernel: bump 5.4 to 5.4.87
[openwrt/openwrt.git] / target / linux / realtek / patches-5.4 / 705-add-rtl-phy.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -540,6 +540,12 @@ config REALTEK_PHY
4 ---help---
5 Supports the Realtek 821x PHY.
6
7 +config REALTEK_SOC_PHY
8 + tristate "Realtek SoC PHYs"
9 + depends on RTL838X
10 + ---help---
11 + Supports the PHYs found in combination with Realtek Switch SoCs
12 +
13 config RENESAS_PHY
14 tristate "Driver for Renesas PHYs"
15 ---help---
16 --- a/drivers/net/phy/Makefile
17 +++ b/drivers/net/phy/Makefile
18 @@ -102,6 +102,7 @@ obj-$(CONFIG_NATIONAL_PHY) += national.o
19 obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o
20 obj-$(CONFIG_QSEMI_PHY) += qsemi.o
21 obj-$(CONFIG_REALTEK_PHY) += realtek.o
22 +obj-$(CONFIG_REALTEK_SOC_PHY) += rtl83xx-phy.o
23 obj-$(CONFIG_RENESAS_PHY) += uPD60620.o
24 obj-$(CONFIG_ROCKCHIP_PHY) += rockchip.o
25 obj-$(CONFIG_SMSC_PHY) += smsc.o