developer | 8c5a74e | 2021-05-21 14:42:21 +0800 | [diff] [blame] | 1 | Index: linux-5.4.119/drivers/net/phy/Kconfig |
| 2 | =================================================================== |
| 3 | --- linux-5.4.119.orig/drivers/net/phy/Kconfig |
| 4 | +++ linux-5.4.119/drivers/net/phy/Kconfig |
| 5 | @@ -468,6 +468,11 @@ config FIXED_PHY |
| 6 | |
| 7 | Currently tested with mpc866ads and mpc8349e-mitx. |
| 8 | |
| 9 | +config GPY211_PHY |
| 10 | + tristate "GPY211 PHY" |
| 11 | + ---help--- |
| 12 | + Supports the Intel GPY211 PHY with rate adaption. |
| 13 | + |
| 14 | config ICPLUS_PHY |
| 15 | tristate "ICPlus PHYs" |
| 16 | ---help--- |
| 17 | Index: linux-5.4.119/drivers/net/phy/Makefile |
| 18 | =================================================================== |
| 19 | --- linux-5.4.119.orig/drivers/net/phy/Makefile |
| 20 | +++ linux-5.4.119/drivers/net/phy/Makefile |
| 21 | @@ -86,6 +86,7 @@ obj-$(CONFIG_DP83TC811_PHY) += dp83tc811 |
| 22 | obj-$(CONFIG_DP83848_PHY) += dp83848.o |
| 23 | obj-$(CONFIG_DP83867_PHY) += dp83867.o |
| 24 | obj-$(CONFIG_FIXED_PHY) += fixed_phy.o |
| 25 | +obj-$(CONFIG_GPY211_PHY) += gpy211.o |
| 26 | obj-$(CONFIG_ICPLUS_PHY) += icplus.o |
| 27 | obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o |
| 28 | obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o |