aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2009-10-13 07:25:48 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-13 11:48:30 -0700
commitb4efc5610980bc4b65a6cb49b939cf5f7dfa2723 (patch)
tree0d890323167ed95ac0d81be0cd391a07b55340d3
parentixgb: Fix erroneous display of stats by ethtool -S (diff)
downloadlinux-dev-b4efc5610980bc4b65a6cb49b939cf5f7dfa2723.tar.xz
linux-dev-b4efc5610980bc4b65a6cb49b939cf5f7dfa2723.zip
net: enable smsc911x on MIPS
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 712776089b46..d9772af812c4 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