Netdev List
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: netdev@vger.kernel.org
Cc: uclinux-dist-devel@blackfin.uclinux.org
Subject: [PATCH 1/2] netdev: smsc911x: allow building on Blackfin systems
Date: Fri,  5 Jun 2009 20:37:19 -0400	[thread overview]
Message-ID: <1244248640-22699-1-git-send-email-vapier@gentoo.org> (raw)

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


             reply	other threads:[~2009-06-06  0:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-06  0:37 Mike Frysinger [this message]
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

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=1244248640-22699-1-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=netdev@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox