diff options
author | Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com> | 2016-08-10 11:20:08 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-12 16:57:20 -0700 |
commit | f411a6160bd4278508b5892949ba1a7db6f73489 (patch) | |
tree | 9cb69754a161f74022a68a8e807a05c60ab467bc /drivers/net/phy/Kconfig | |
parent | 71e11aff34510e4133965d63ae6d91a0cf4aa876 (diff) |
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 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 1b534eaaca3d..d66133bf3eb5 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -312,6 +312,13 @@ config MICROSEMI_PHY ---help--- Currently supports the VSC8531 and VSC8541 PHYs +config XILINX_GMII2RGMII + tristate "Xilinx GMII2RGMII converter driver" + ---help--- + This driver support xilinx GMII to RGMII IP core it provides + the Reduced Gigabit Media Independent Interface(RGMII) between + Ethernet physical media devices and the Gigabit Ethernet controller. + endif # PHYLIB config MICREL_KS8995MA |