Commit a169758a authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller

net: ethernet: davicom: Allow to select DM9000 for nios2

This chip is present on older revisions of the DE2 development kit.
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5499776b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
config DM9000 config DM9000
tristate "DM9000 support" tristate "DM9000 support"
depends on ARM || BLACKFIN || MIPS || COLDFIRE depends on ARM || BLACKFIN || MIPS || COLDFIRE || NIOS2
select CRC32 select CRC32
select MII select MII
---help--- ---help---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment