net: ethernet: davicom: Allow to select DM9000 for nios2
authorTobias Klauser <tklauser@distanz.ch>
Fri, 12 Dec 2014 09:21:11 +0000 (10:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 16:26:25 +0000 (11:26 -0500)
This chip is present on older revisions of the DE2 development kit.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/davicom/Kconfig

index 316c5e5a92ad450372cd5eb8fa81b70a7df795a7..7ec2d74f94d3f3fdf70edef20779b3a2bc40bd7c 100644 (file)
@@ -4,7 +4,7 @@
 
 config DM9000
        tristate "DM9000 support"
-       depends on ARM || BLACKFIN || MIPS || COLDFIRE
+       depends on ARM || BLACKFIN || MIPS || COLDFIRE || NIOS2
        select CRC32
        select MII
        ---help---
This page took 0.02495 seconds and 5 git commands to generate.