blob: 2496084a5b176a12bf76472d4b213576f96c800f [file] [log] [blame]
developer8c5a74e2021-05-21 14:42:21 +08001Index: 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---
17Index: 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