LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* net/mv643xx fix: now rely on 6xx (for Pegasos2 Chrp)
@ 2009-04-03 11:16 Nico Macrionitis
  0 siblings, 0 replies; only message in thread
From: Nico Macrionitis @ 2009-04-03 11:16 UTC (permalink / raw)
  To: linuxppc-dev

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/

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-03 11:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 11:16 net/mv643xx fix: now rely on 6xx (for Pegasos2 Chrp) Nico Macrionitis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox