aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorAppana Durga Kedareswara Rao <appana.durga.rao@xilinx.com>2016-08-10 11:20:08 +0530
committerDavid S. Miller <davem@davemloft.net>2016-08-12 16:57:20 -0700
commitf411a6160bd4278508b5892949ba1a7db6f73489 (patch)
tree9cb69754a161f74022a68a8e807a05c60ab467bc /drivers/net/phy/Makefile
parentDocumentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation (diff)
downloadlinux-dev-f411a6160bd4278508b5892949ba1a7db6f73489.tar.xz
linux-dev-f411a6160bd4278508b5892949ba1a7db6f73489.zip
net: phy: Add gmiitorgmii converter support
This patch adds support for gmiitorgmii converter. The GMII to RGMII IP core provides the Reduced Gigabit Media Independent Interface (RGMII) between Ethernet physical media Devices and the Gigabit Ethernet controller. This core can Switch dynamically between the three different speed modes of Operation by configuring the converter register through mdio write. MDIO interface is used to set operating speed of Ethernet MAC. This converter sits between the MAC and the external phy MAC <==> GMII2RGMII <==> RGMII_PHY Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index a713bd4da70a..73d65ce04454 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -50,3 +50,4 @@ obj-$(CONFIG_MDIO_BCM_IPROC) += mdio-bcm-iproc.o
obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o
obj-$(CONFIG_MDIO_HISI_FEMAC) += mdio-hisi-femac.o
obj-$(CONFIG_MDIO_XGENE) += mdio-xgene.o
+obj-$(CONFIG_XILINX_GMII2RGMII) += xilinx_gmii2rgmii.o