Netdev List
 help / color / mirror / Atom feed
* [PATCH 1/2] net: enable smsc911x on MIPS
@ 2009-10-13 17:25 Manuel Lauss
  2009-10-13 17:25 ` [PATCH 2/2] net: smsc911x: allow platform_data to specify mac address Manuel Lauss
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Manuel Lauss @ 2009-10-13 17:25 UTC (permalink / raw)
  To: netdev; +Cc: Steve Glendinning, Manuel Lauss

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7127760..d9772af 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1001,7 +1001,7 @@ config SMC911X
 
 config SMSC911X
 	tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
-	depends on ARM || SUPERH || BLACKFIN
+	depends on ARM || SUPERH || BLACKFIN || MIPS
 	select CRC32
 	select MII
 	select PHYLIB
-- 
1.6.5.rc2


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

end of thread, other threads:[~2009-10-14  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 17:25 [PATCH 1/2] net: enable smsc911x on MIPS Manuel Lauss
2009-10-13 17:25 ` [PATCH 2/2] net: smsc911x: allow platform_data to specify mac address Manuel Lauss
2009-10-13 19:09   ` David Miller
2009-10-13 19:09 ` [PATCH 1/2] net: enable smsc911x on MIPS David Miller
2009-10-14  7:45 ` Steve.Glendinning

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