]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Disable old EMAC driver in arch/powerpc
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 28 Jun 2007 01:27:57 +0000 (11:27 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 2 Jul 2007 00:35:58 +0000 (10:35 +1000)
commit86affd5a00a92e491e5f00ed659492767519fdf7
tree23e4048349a01e5f8a49b48b94cb20d15ca2d961
parenta38d6181ff27824c79fc7df825164a212eff6a3f
[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>
drivers/net/Kconfig