diff mbox

[1/2] net: enable smsc911x on MIPS

Message ID 1255454749-26895-1-git-send-email-manuel.lauss@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Manuel Lauss Oct. 13, 2009, 5:25 p.m. UTC
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller Oct. 13, 2009, 7:09 p.m. UTC | #1
From: Manuel Lauss <manuel.lauss@googlemail.com>
Date: Tue, 13 Oct 2009 19:25:48 +0200

> Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

Applied.
--
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
Steve Glendinning Oct. 14, 2009, 7:45 a.m. UTC | #2
> Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

Acked-by: Steve Glendinning <steve.glendinning@smsc.com>

--
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 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