Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6d08c0e authored by Franck Bui-Huu's avatar Franck Bui-Huu Committed by Jeff Garzik
Browse files

[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: default avatarFranck Bui-Huu <franck.bui@gmail.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 8fad6939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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---