aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-06-27 21:27:57 -0400
committerPaul Mackerras <paulus@samba.org>2007-07-01 20:35:58 -0400
commit86affd5a00a92e491e5f00ed659492767519fdf7 (patch)
tree23e4048349a01e5f8a49b48b94cb20d15ca2d961
parenta38d6181ff27824c79fc7df825164a212eff6a3f (diff)
[POWERPC] Disable old EMAC driver in arch/powerpc
The EMAC driver, in drivers/net/ibm_emac, for the embedded Ethernet MAC found in PowerPC 4xx embedded chips is not suitable for arch/powerpc. It will not build because it relies on the old arch/ppc OCP mechanism. BenH has a new, device-tree aware version of the driver which will work in arch/powerpc, but until it's merged, this patch will disable the old, non-building version. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7d57f4a25dc1..b49375abb5f4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1187,7 +1187,7 @@ config IBMVETH
1187 1187
1188config IBM_EMAC 1188config IBM_EMAC
1189 tristate "PowerPC 4xx on-chip Ethernet support" 1189 tristate "PowerPC 4xx on-chip Ethernet support"
1190 depends on 4xx 1190 depends on 4xx && !PPC_MERGE
1191 help 1191 help
1192 This driver supports the PowerPC 4xx EMAC family of on-chip 1192 This driver supports the PowerPC 4xx EMAC family of on-chip
1193 Ethernet controllers. 1193 Ethernet controllers.