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 316c5e5..7ec2d74 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---