From c3f5ff55465e62053e302b2cfd74a7fab479d084 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Mon, 10 Nov 2014 15:19:47 -0300 Subject: net: Add driver for Armada 370/XP 10/100/1000 Mbps network controller This patch introduces the mvneta driver to support the network controller found in Armada 370/XP SoCs. Tested-by: Sebastian Hesselbarth Signed-off-by: Ezequiel Garcia Signed-off-by: Sascha Hauer --- drivers/net/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/net/Kconfig') diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 24b984462d..724507fc8a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -137,6 +137,12 @@ config DRIVER_NET_MPC5200 depends on ARCH_MPC5200 select PHYLIB +config DRIVER_NET_MVNETA + bool "Marvell NETA" + depends on ARCH_MVEBU + select PHYLIB + select MDIO_MVEBU + config DRIVER_NET_NETX bool "Hilscher Netx ethernet driver" depends on HAS_NETX_ETHER -- cgit v1.2.3