summary refs log tree commit diff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorJonas Jensen <jonas.jensen@gmail.com>2013-11-05 16:55:01 +0100
committerDavid S. Miller <davem@davemloft.net>2013-11-07 15:37:09 -0500
commitb0db7b0c21a014d01be1018db68e78ebf7d4f0d7 (patch)
tree78006f6a70b0ff52b6abb51bbb6be32ea089175e /drivers/net/phy/Kconfig
parent12465fb8338fedddc20464fdc5b1fcbc1971bc3a (diff)
downloadlinux-b0db7b0c21a014d01be1018db68e78ebf7d4f0d7.tar.gz
phy: Add MOXA MDIO driver
The MOXA UC-711X hardware(s) has an ethernet controller that seem
to be developed internally. The IC used is "RTL8201CP".

This patch adds an MDIO driver which handles the MII bus.

Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 342561ad3158..9b5d46c03eed 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -154,6 +154,13 @@ config MDIO_SUN4I
 	  interface units of the Allwinner SoC that have an EMAC (A10,
 	  A12, A10s, etc.)
 
+config MDIO_MOXART
+        tristate "MOXA ART MDIO interface support"
+        depends on ARCH_MOXART
+        help
+          This driver supports the MDIO interface found in the network
+          interface units of the MOXA ART SoC
+
 config MDIO_BUS_MUX
 	tristate
 	depends on OF_MDIO