[PATCH v2] Allow selecting mv643xx_eth on Pegasos again

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gabriel Paubert
Date: Monday, May 18, 2009 - 4:21 pm

Since PPC_MUTIPLATFORM was removed, it was impossible to select the
driver for mv643xx_eth on the Pegasos. Fix it and take the opportunity
to remove the stale MV64360 config option.

Signed-off-by: Gabriel Paubert <paubert@iram.es>

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 214a92d..aff4f8c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2351,7 +2351,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 MV64X60 || PPC32 || PLAT_ORION
 	select INET_LRO
 	select PHYLIB
 	help
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Allow selecting mv643xx_eth on Pegasos again, Gabriel Paubert, (Mon May 18, 10:37 am)
RE: [PATCH] Allow selecting mv643xx_eth on Pegasos again, Medve Emilian-EMMEDVE1, (Mon May 18, 10:48 am)
Re: [PATCH] Allow selecting mv643xx_eth on Pegasos again, Gabriel Paubert, (Mon May 18, 11:47 am)
RE: [PATCH] Allow selecting mv643xx_eth on Pegasos again, Medve Emilian-EMMEDVE1, (Mon May 18, 1:15 pm)
Re: [PATCH] Allow selecting mv643xx_eth on Pegasos again, Gabriel Paubert, (Mon May 18, 3:18 pm)
RE: [PATCH] Allow selecting mv643xx_eth on Pegasos again, Medve Emilian-EMMEDVE1, (Mon May 18, 3:53 pm)
[PATCH v2] Allow selecting mv643xx_eth on Pegasos again, Gabriel Paubert, (Mon May 18, 4:21 pm)
[PATCH v3] Remove obsolete MV64360 config option, Gabriel Paubert, (Tue May 19, 12:40 am)
Re: [PATCH v3] Remove obsolete MV64360 config option, David Miller, (Mon May 25, 10:46 pm)