net/mv643xx fix: now rely on 6xx (for Pegasos2 Chrp)
Nico Macrionitis
acrux at inwind.it
Fri Apr 3 22:16:54 EST 2009
Testing 2.6.29-git9 on Pegasos2 Chrp machine equipped with Marvell Discovery II i was unable to see MV643xx gigabit nic option.
32-bit platforms that relied on PPC32 && PPC_MULTIPLATFORM now rely
on 6xx then this one must be updated too.
-N
---
drivers/net/{Kconfig.orig => Kconfig} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/Kconfig.orig b/drivers/net/Kconfig
index f062b42..6f40f55 100644
--- a/drivers/net/Kconfig.orig
+++ b/drivers/net/Kconfig
@@ -2328,7 +2328,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 || 6xx || PLAT_ORION
select INET_LRO
select PHYLIB
help
--
GNU/Linux on Power Architecture
CRUX PPC - http://cruxppc.crux.it/
More information about the Linuxppc-dev
mailing list