commit | b4efc5610980bc4b65a6cb49b939cf5f7dfa2723 | [log] [tgz] |
---|---|---|
author | Manuel Lauss <manuel.lauss@googlemail.com> | Tue Oct 13 07:25:48 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 13 11:48:30 2009 -0700 |
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>
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 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