Skip to content

Commit

Permalink
[PATCH] Add MIPS dependency for dm9000 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Franck authored and Jeff Garzik committed Jan 9, 2006
1 parent 8fad693 commit b6d08c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit b6d08c0

Please sign in to comment.