diff mbox

[1/2,v2] netdev: smsc911x: allow building on any system

Message ID 1244535742-9804-1-git-send-email-vapier@gentoo.org
State Superseded, archived
Delegated to: David Miller
Headers show

Commit Message

Mike Frysinger June 9, 2009, 8:22 a.m. UTC
The smsc911x driver should build fine on any system as it contains no arch
specific code (all platform resources), and any platform that has
appropriate resources should run fine (as it does on Blackfin systems).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
v2
	- drop the depends line completely

 drivers/net/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

David Miller June 9, 2009, 8:37 a.m. UTC | #1
From: Mike Frysinger <vapier@gentoo.org>
Date: Tue,  9 Jun 2009 04:22:22 -0400

> The smsc911x driver should build fine on any system as it contains no arch
> specific code (all platform resources), and any platform that has
> appropriate resources should run fine (as it does on Blackfin systems).
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Mike I already applied your previous patch.

You'll need to send me a patch relative to that.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 214a92d..8c92abd 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1000,7 +1000,6 @@  config SMC911X
 
 config SMSC911X
 	tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
-	depends on ARM || SUPERH
 	select CRC32
 	select MII
 	select PHYLIB