diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-11-05 16:55:01 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-07 15:37:09 -0500 |
commit | b0db7b0c21a014d01be1018db68e78ebf7d4f0d7 (patch) | |
tree | 78006f6a70b0ff52b6abb51bbb6be32ea089175e /drivers/net/phy/Kconfig | |
parent | 12465fb8338fedddc20464fdc5b1fcbc1971bc3a (diff) | |
download | blackbird-obmc-linux-b0db7b0c21a014d01be1018db68e78ebf7d4f0d7.tar.gz blackbird-obmc-linux-b0db7b0c21a014d01be1018db68e78ebf7d4f0d7.zip |
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/Kconfig | 7 |
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 |