projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff272c
)
dm9000: some coldfire boards need this
author
Steven King
<sfking@fdwdc.com>
Fri, 11 May 2012 06:49:46 +0000
(06:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 May 2012 22:40:16 +0000
(18:40 -0400)
Some coldfire boards (ie m5253demo) have a dm9000 onboard.
Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/davicom/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/davicom/Kconfig
b/drivers/net/ethernet/davicom/Kconfig
index 972b62b318377a8236799a4561a1c9b6d0a844e7..9745fe5e8039ccfee2346449934246c747ec5c70 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
+ depends on ARM || BLACKFIN || MIPS
|| COLDFIRE
select CRC32
select NET_CORE
select MII