mv643xx_eth: Remove a stale PPC_MULTIPLATFORM
authorEmil Medve <Emilian.Medve@Freescale.com>
Wed, 13 May 2009 06:04:58 +0000 (06:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 May 2009 18:59:55 +0000 (11:59 -0700)
PPC_MULTIPLATFORM was killed in commit 28794d3 but this stale occurrence was
hiding the mv643xx_eth driver in some cases (e.g. Pegasos II)

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig

index b8727d54bdbb78316a8b48d705affd8180fb6a5d..48b73b077156e9c653628e337fb167e236bb3354 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # Network device configuration
 #
@@ -2351,7 +2350,7 @@ config UGETH_TX_ON_DEMAND
 
 config MV643XX_ETH
        tristate "Marvell Discovery (643XX) and Orion ethernet support"
-       depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION
+       depends on MV64360 || MV64X60 || PPC32 || PLAT_ORION
        select INET_LRO
        select PHYLIB
        help