diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2009-10-13 07:25:48 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-13 11:48:30 -0700 |
commit | b4efc5610980bc4b65a6cb49b939cf5f7dfa2723 (patch) | |
tree | 0d890323167ed95ac0d81be0cd391a07b55340d3 | |
parent | d189a7e85835dbfb22b1d04eb7f3ab575ccacb96 (diff) | |
download | linux-3.10-b4efc5610980bc4b65a6cb49b939cf5f7dfa2723.tar.gz linux-3.10-b4efc5610980bc4b65a6cb49b939cf5f7dfa2723.tar.bz2 linux-3.10-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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 712776089b4..d9772af812c 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 |