aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-05-29 23:49:21 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-31 20:23:07 -0400
commit4bdcb1dd9feb03608e12cfa46aba385035af8ea5 (patch)
tree0f66691f74f56fe0c5a1a4ab59a790620bb9268d /drivers/net/phy/Kconfig
parent492205050d77bcc4f85f6dc0da6b6fdbca1d6ff7 (diff)
net: Add MDIO bus driver for the Allwinner EMAC
This patch adds a separate driver for the MDIO interface of the Allwinner ethernet controllers. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Tested-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 1e11f2bfd9ce..3a316b30089f 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -144,6 +144,16 @@ config MDIO_OCTEON
144 144
145 If in doubt, say Y. 145 If in doubt, say Y.
146 146
147config MDIO_SUN4I
148 tristate "Allwinner sun4i MDIO interface support"
149 depends on ARCH_SUNXI
150 select REGULATOR
151 select REGULATOR_FIXED_VOLTAGE
152 help
153 This driver supports the MDIO interface found in the network
154 interface units of the Allwinner SoC that have an EMAC (A10,
155 A12, A10s, etc.)
156
147config MDIO_BUS_MUX 157config MDIO_BUS_MUX
148 tristate 158 tristate
149 depends on OF_MDIO 159 depends on OF_MDIO