From: Olaf Hering <olh@suse.de>
To: Jeff Garzik <jgarzik@pobox.com>, netdev@oss.sgi.com
Cc: linuxppc-dev@lists.linuxppc.org
Subject: [PATCH] mark mace and bmac as ppc32 only
Date: Mon, 6 Sep 2004 15:36:00 +0200 [thread overview]
Message-ID: <20040906133600.GA9143@suse.de> (raw)
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
reply other threads:[~2004-09-06 13:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040906133600.GA9143@suse.de \
--to=olh@suse.de \
--cc=jgarzik@pobox.com \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.