diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-12-12 04:21:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-12 11:26:25 -0500 |
commit | a169758a271768eeebdbc3260435558534695015 (patch) | |
tree | e6193c0ecd5585411b0aad3020f6b96bbca2163d /drivers/net/ethernet/davicom | |
parent | 5499776b939054050f32417b5afd7add9b6fb7b6 (diff) |
net: ethernet: davicom: Allow to select DM9000 for nios2
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>
Diffstat (limited to 'drivers/net/ethernet/davicom')
-rw-r--r-- | drivers/net/ethernet/davicom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/davicom/Kconfig b/drivers/net/ethernet/davicom/Kconfig index 316c5e5a92ad..7ec2d74f94d3 100644 --- a/drivers/net/ethernet/davicom/Kconfig +++ b/drivers/net/ethernet/davicom/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | config DM9000 | 5 | config DM9000 |
6 | tristate "DM9000 support" | 6 | tristate "DM9000 support" |
7 | depends on ARM || BLACKFIN || MIPS || COLDFIRE | 7 | depends on ARM || BLACKFIN || MIPS || COLDFIRE || NIOS2 |
8 | select CRC32 | 8 | select CRC32 |
9 | select MII | 9 | select MII |
10 | ---help--- | 10 | ---help--- |