Skip to content

Commit

Permalink
mv643xx_eth: Remove a stale PPC_MULTIPLATFORM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emil Medve authored and David S. Miller committed May 17, 2009
1 parent a186d2a commit 952ee9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
# Network device configuration
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 952ee9d

Please sign in to comment.