diff options
author | Franck <vagabon.xyz@gmail.com> | 2006-01-06 07:45:39 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-09 16:54:47 +0100 |
commit | b6d08c0e98c8b9a4a066544737cf6642df1ea5bd (patch) | |
tree | a43c1c080681aeeb5efedf9ae8d4b52dc43c8536 /drivers/net/Kconfig | |
parent | [PATCH] update bonding.txt to not show ip address on slaves (diff) | |
download | linux-b6d08c0e98c8b9a4a066544737cf6642df1ea5bd.tar.xz linux-b6d08c0e98c8b9a4a066544737cf6642df1ea5bd.zip |
[PATCH] Add MIPS dependency for dm9000 driver
Add MIPS dependency for dm9000 ethernet controller. Indeed this controller
is used by some embedded platforms based on MIPS CPUs.
Signed-off-by: Franck Bui-Huu <franck.bui@gmail.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to '')
-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 1960961bf28e..62bb582ca359 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -844,7 +844,7 @@ config SMC9194 config DM9000 tristate "DM9000 support" - depends on ARM && NET_ETHERNET + depends on (ARM || MIPS) && NET_ETHERNET select CRC32 select MII ---help--- |