All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mark mace and bmac as ppc32 only
@ 2004-09-06 13:36 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-09-06 13:36 UTC (permalink / raw)
  To: Jeff Garzik, netdev; +Cc: linuxppc-dev


mace and bmac are only used in "oldworld" PowerMacs.
Mark them as ppc32 only.

diff -purN linux-2.6.9-rc1-bk13.orig/drivers/net/Kconfig linux-2.6.9-rc1-bk13/drivers/net/Kconfig
--- linux-2.6.9-rc1-bk13.orig/drivers/net/Kconfig	2004-09-06 15:23:35.000000000 +0200
+++ linux-2.6.9-rc1-bk13/drivers/net/Kconfig	2004-09-06 15:27:26.290604859 +0200
@@ -200,7 +200,7 @@ source "drivers/net/arm/Kconfig"
 
 config MACE
 	tristate "MACE (Power Mac ethernet) support"
-	depends on NET_ETHERNET && PPC_PMAC
+	depends on NET_ETHERNET && PPC_PMAC && PPC32
 	select CRC32
 	help
 	  Power Macintoshes and clones with Ethernet built-in on the
@@ -223,7 +223,7 @@ config MACE_AAUI_PORT
 
 config BMAC
 	tristate "BMAC (G3 ethernet) support"
-	depends on NET_ETHERNET && PPC_PMAC
+	depends on NET_ETHERNET && PPC_PMAC && PPC32
 	select CRC32
 	help
 	  Say Y for support of BMAC Ethernet interfaces. These are used on G3
-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

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

only message in thread, other threads:[~2004-09-06 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-06 13:36 [PATCH] mark mace and bmac as ppc32 only Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.