| From e18ad3270a1bdd776f5d7b13c4756efbd890825b Mon Sep 17 00:00:00 2001 |
| From: Sam Shih <sam.shih@mediatek.com> |
| Date: Fri, 2 Jun 2023 13:06:31 +0800 |
| Subject: [PATCH] [networking][999-2715-add-gpy211-phy-support.patch] |
| |
| --- |
| drivers/net/phy/Kconfig | 5 +++++ |
| drivers/net/phy/Makefile | 1 + |
| 2 files changed, 6 insertions(+) |
| |
| diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig |
| index ec5c66d0a..3a3c12566 100644 |
| --- a/drivers/net/phy/Kconfig |
| +++ b/drivers/net/phy/Kconfig |
| @@ -473,6 +473,11 @@ config FIXED_PHY |
| |
| Currently tested with mpc866ads and mpc8349e-mitx. |
| |
| +config GPY211_PHY |
| + tristate "GPY211 PHY" |
| + ---help--- |
| + Supports the Intel GPY211 PHY with rate adaption. |
| + |
| config ICPLUS_PHY |
| tristate "ICPlus PHYs" |
| ---help--- |
| diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile |
| index f4feb0e3d..1d368d1d5 100644 |
| --- a/drivers/net/phy/Makefile |
| +++ b/drivers/net/phy/Makefile |
| @@ -88,6 +88,7 @@ obj-$(CONFIG_DP83TC811_PHY) += dp83tc811.o |
| obj-$(CONFIG_DP83848_PHY) += dp83848.o |
| obj-$(CONFIG_DP83867_PHY) += dp83867.o |
| obj-$(CONFIG_FIXED_PHY) += fixed_phy.o |
| +obj-$(CONFIG_GPY211_PHY) += gpy211.o |
| obj-$(CONFIG_ICPLUS_PHY) += icplus.o |
| obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o |
| obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o |
| -- |
| 2.34.1 |
| |