diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2009-10-13 03:25:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-13 14:48:30 -0400 |
commit | b4efc5610980bc4b65a6cb49b939cf5f7dfa2723 (patch) | |
tree | 0d890323167ed95ac0d81be0cd391a07b55340d3 | |
parent | d189a7e85835dbfb22b1d04eb7f3ab575ccacb96 (diff) |
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/Kconfig | 2 |
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 | |||
1001 | 1001 | ||
1002 | config SMSC911X | 1002 | config SMSC911X |
1003 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" | 1003 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" |
1004 | depends on ARM || SUPERH || BLACKFIN | 1004 | depends on ARM || SUPERH || BLACKFIN || MIPS |
1005 | select CRC32 | 1005 | select CRC32 |
1006 | select MII | 1006 | select MII |
1007 | select PHYLIB | 1007 | select PHYLIB |