[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081020171217.6277.20729.stgit@pc1117.cambridge.arm.com>
Date: Mon, 20 Oct 2008 18:15:17 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: netdev@...r.kernel.org
Cc: Guennadi Liakhovetski <g.liakhovetski@....de>
Subject: [PATCH 1/3] smc911x: Allow Kconfig dependency on ARM
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@....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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists