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

Commit 20fb18da authored by Steven King's avatar Steven King Committed by David S. Miller
Browse files

dm9000: some coldfire boards need this



Some coldfire boards (ie m5253demo) have a dm9000 onboard.

Signed-off-by: default avatarSteven King <sfking@fdwdc.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6ff272c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

config DM9000
	tristate "DM9000 support"
	depends on ARM || BLACKFIN || MIPS
	depends on ARM || BLACKFIN || MIPS || COLDFIRE
	select CRC32
	select NET_CORE
	select MII