aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorEmil Medve <Emilian.Medve@Freescale.com>2009-05-13 06:04:58 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-17 11:59:55 -0700
commit952ee9df26c487f2d73b2dced58ec904f19ea0f8 (patch)
tree4f63ebaa5251dc8406c3a5c7eac96c5ee9e744f9 /drivers/net/Kconfig
parentnet: remove needless (now buggy) & from dev->dev_addr (part2) (diff)
downloadlinux-dev-952ee9df26c487f2d73b2dced58ec904f19ea0f8.tar.xz
linux-dev-952ee9df26c487f2d73b2dced58ec904f19ea0f8.zip
mv643xx_eth: Remove a stale PPC_MULTIPLATFORM
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>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b8727d54bdbb..48b73b077156 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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