]> git.sur5r.net Git - u-boot/commitdiff
net: mvpp2: Enable compilation for Armada 7K/8K platforms
authorStefan Roese <sr@denx.de>
Wed, 15 Feb 2017 10:42:59 +0000 (11:42 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:42:20 +0000 (07:42 +0200)
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>
drivers/net/Kconfig

index 70e36611eaae1eb2bdf9e6c6c5975a07cf2f4bd6..8aa92790f4ba23ded25834e7139d5bda4145d81c 100644 (file)
@@ -124,12 +124,12 @@ config FEC_MXC
          NXP i.MX processors.
 
 config MVPP2
-       bool "Marvell Armada 375 network interface support"
-       depends on ARMADA_375
+       bool "Marvell Armada 375/7K/8K network interface support"
+       depends on ARMADA_375 || ARMADA_8K
        select PHYLIB
        help
          This driver supports the network interface units in the
-         Marvell ARMADA 375 SoC.
+         Marvell ARMADA 375, 7K and 8K SoCs.
 
 config MACB
        bool "Cadence MACB/GEM Ethernet Interface"