From: Catalin Marinas <catalin.marinas@arm.com>
To: netdev@vger.kernel.org
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Subject: [PATCH 1/3] smc911x: Allow Kconfig dependency on ARM
Date: Mon, 20 Oct 2008 18:15:17 +0100 [thread overview]
Message-ID: <20081020171217.6277.20729.stgit@pc1117.cambridge.arm.com> (raw)
In-Reply-To: <20081020170917.6277.21228.stgit@pc1117.cambridge.arm.com>
Since more ARM platforms use this device, it is easier to add a
dependency on ARM rather than individual platforms.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
This patch will conflict with a patch posted two days ago -
http://marc.info/?l=linux-netdev&m=122436376803634&w=2. However,
Guennadi suggested that it is better to have the dependency on ARM
rather than individual ARM platforms.
drivers/net/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ad301ac..ef38f01 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -960,7 +960,7 @@ config SMC911X
tristate "SMSC LAN911[5678] support"
select CRC32
select MII
- depends on ARCH_PXA || SUPERH
+ depends on ARM || SUPERH
help
This is a driver for SMSC's LAN911x series of Ethernet chipsets
including the new LAN9115, LAN9116, LAN9117, and LAN9118.
next prev parent reply other threads:[~2008-10-20 17:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 17:12 [PATCH 0/3] smc911x driver updates Catalin Marinas
2008-10-20 17:15 ` Catalin Marinas [this message]
2008-10-20 17:15 ` [PATCH 2/3] smc911x: Add IRQ polarity configuration Catalin Marinas
2008-10-20 17:15 ` [PATCH 3/3] smc911x: Make the driver safer on SMP Catalin Marinas
2008-10-22 10:57 ` Jeff Garzik
2008-10-22 11:01 ` Jeff Garzik
2008-10-22 11:04 ` Catalin Marinas
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=20081020171217.6277.20729.stgit@pc1117.cambridge.arm.com \
--to=catalin.marinas@arm.com \
--cc=g.liakhovetski@gmx.de \
--cc=netdev@vger.kernel.org \
/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.