diff options
author | Stefan Roese <sr@denx.de> | 2016-02-10 07:22:10 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-04-04 11:21:40 +0200 |
commit | 99d4c6d3b211c023116397c83f496a8063594a19 (patch) | |
tree | 25d95295f6a86f8c93f62a6c22b5a365bcdcbbb3 /drivers/net/Kconfig | |
parent | 951f1b5f37af31733e5ff5c144ea3f19c236f932 (diff) | |
download | u-boot-imx-99d4c6d3b211c023116397c83f496a8063594a19.zip u-boot-imx-99d4c6d3b211c023116397c83f496a8063594a19.tar.gz u-boot-imx-99d4c6d3b211c023116397c83f496a8063594a19.tar.bz2 |
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
This patch adds support for the mvpp2 ethernet controller which is integrated
in the Marvell Armada 375 SoC. This port is based on the Linux driver (v4.4),
which has been stripped of the in U-Boot unused portions.
Tested on the Marvell Armada 375 eval board db-88f6720.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Acked-by: Joe Hershberger <joe.hershberger@gmail.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e0008fd..91b7690 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -115,6 +115,14 @@ config ETH_DESIGNWARE 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to provide the PHY (physical media interface). +config MVPP2 + bool "Marvell Armada 375 network interface support" + depends on ARMADA_375 + select PHYLIB + help + This driver supports the network interface units in the + Marvell ARMADA 375 SoC. + config PCH_GBE bool "Intel Platform Controller Hub EG20T GMAC driver" depends on DM_ETH && DM_PCI |