mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
net: mvpp2: Enable compilation for Armada 7K/8K platforms
Since Armada 7K/8K is also equipped with a newer version of the MVPP2 ethernet controller, lets enable compilation of this driver for these platforms. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
30edc374ea
commit
e7935c4770
1 changed files with 3 additions and 3 deletions
|
@ -124,12 +124,12 @@ config FEC_MXC
|
||||||
NXP i.MX processors.
|
NXP i.MX processors.
|
||||||
|
|
||||||
config MVPP2
|
config MVPP2
|
||||||
bool "Marvell Armada 375 network interface support"
|
bool "Marvell Armada 375/7K/8K network interface support"
|
||||||
depends on ARMADA_375
|
depends on ARMADA_375 || ARMADA_8K
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
help
|
help
|
||||||
This driver supports the network interface units in the
|
This driver supports the network interface units in the
|
||||||
Marvell ARMADA 375 SoC.
|
Marvell ARMADA 375, 7K and 8K SoCs.
|
||||||
|
|
||||||
config MACB
|
config MACB
|
||||||
bool "Cadence MACB/GEM Ethernet Interface"
|
bool "Cadence MACB/GEM Ethernet Interface"
|
||||||
|
|
Loading…
Reference in a new issue