kernel: bump 5.10 to 5.10.76
[openwrt/staging/chunkeey.git] / target / linux / realtek / patches-5.10 / 705-add-rtl-phy.patch
1 --- a/drivers/net/phy/Kconfig
2 +++ b/drivers/net/phy/Kconfig
3 @@ -325,6 +325,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 "Renesas PHYs"
15 help
16 --- a/drivers/net/phy/Makefile
17 +++ b/drivers/net/phy/Makefile
18 @@ -86,6 +86,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