[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>
This commit is contained in:
@@ -844,7 +844,7 @@ config SMC9194
|
|||||||
|
|
||||||
config DM9000
|
config DM9000
|
||||||
tristate "DM9000 support"
|
tristate "DM9000 support"
|
||||||
depends on ARM && NET_ETHERNET
|
depends on (ARM || MIPS) && NET_ETHERNET
|
||||||
select CRC32
|
select CRC32
|
||||||
select MII
|
select MII
|
||||||
---help---
|
---help---
|
||||||
|
Reference in New Issue
Block a user