Netdev List
 help / color / mirror / Atom feed
* [PATCH 1/2] netdev: smsc911x: allow building on Blackfin systems
@ 2009-06-06  0:37 Mike Frysinger
  2009-06-06  0:37 ` [PATCH 2/2] netdev: smsc911x: add missing __devexit_p() usage Mike Frysinger
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Mike Frysinger @ 2009-06-06  0:37 UTC (permalink / raw)
  To: netdev; +Cc: uclinux-dist-devel

The smsc911x driver works fine on Blackfin systems, so add it to the arch
list in the Kconfig.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
side note ... does it even make sense to have this arch list in the first
place ?  the driver works with any platform who declares proper platform
resources ...

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

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-06-09 12:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06  0:37 [PATCH 1/2] netdev: smsc911x: allow building on Blackfin systems Mike Frysinger
2009-06-06  0:37 ` [PATCH 2/2] netdev: smsc911x: add missing __devexit_p() usage Mike Frysinger
2009-06-08  7:10   ` David Miller
     [not found]   ` <1244248640-22699-2-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-06-08 19:37     ` Steve.Glendinning-sdUf+H5yV5I
2009-06-08  7:10 ` [PATCH 1/2] netdev: smsc911x: allow building on Blackfin systems David Miller
2009-06-08 19:36 ` Steve.Glendinning
2009-06-08 21:29   ` [Uclinux-dist-devel] [PATCH 1/2] netdev: smsc911x: allowbuilding " Hennerich, Michael
2009-06-08 21:37   ` [PATCH 1/2] netdev: smsc911x: allow building " David Miller
2009-06-08 21:50     ` [Uclinux-dist-devel] " Mike Frysinger
     [not found]       ` <8bd0f97a0906081450s6b471d30p56d86e31ba708730-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-09  8:04         ` Steve.Glendinning-sdUf+H5yV5I
2009-06-09  8:22           ` [PATCH 1/2 v2] netdev: smsc911x: allow building on any system Mike Frysinger
2009-06-09  8:37             ` David Miller
2009-06-09  9:13               ` [PATCH 1/2 v3] " Mike Frysinger
2009-06-09 10:59                 ` David Miller
2009-06-09 11:08                   ` [Uclinux-dist-devel] " Mike Frysinger
2009-06-09 12:21                 ` David Miller
2009-06-09 12:23                   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox