diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-05-30 07:49:21 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-01 04:23:07 +0400 |
commit | 4bdcb1dd9feb03608e12cfa46aba385035af8ea5 (patch) | |
tree | 0f66691f74f56fe0c5a1a4ab59a790620bb9268d /drivers/net/phy/Kconfig | |
parent | 492205050d77bcc4f85f6dc0da6b6fdbca1d6ff7 (diff) | |
download | linux-4bdcb1dd9feb03608e12cfa46aba385035af8ea5.tar.xz |
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/Kconfig | 10 |
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 If in doubt, say Y. +config MDIO_SUN4I + tristate "Allwinner sun4i MDIO interface support" + depends on ARCH_SUNXI + select REGULATOR + select REGULATOR_FIXED_VOLTAGE + help + This driver supports the MDIO interface found in the network + interface units of the Allwinner SoC that have an EMAC (A10, + A12, A10s, etc.) + config MDIO_BUS_MUX tristate depends on OF_MDIO |