projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5499776
)
net: ethernet: davicom: Allow to select DM9000 for nios2
author
Tobias Klauser
<tklauser@distanz.ch>
Fri, 12 Dec 2014 09:21:11 +0000
(10:21 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/davicom/Kconfig
b/drivers/net/ethernet/davicom/Kconfig
index 316c5e5a92ad450372cd5eb8fa81b70a7df795a7..7ec2d74f94d3f3fdf70edef20779b3a2bc40bd7c 100644
(file)
--- a/
drivers/net/ethernet/davicom/Kconfig
+++ b/
drivers/net/ethernet/davicom/Kconfig
@@
-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---