* [PATCH] dm9000: some coldfire boards need this
@ 2012-05-11 16:49 Steven King
2012-05-14 22:40 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Steven King @ 2012-05-11 16:49 UTC (permalink / raw)
To: netdev
Some coldfire boards (ie m5253demo) have a dm9000 onboard.
Signed-off-by: Steven King <sfking@fdwdc.com>
---
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 972b62b..9745fe5 100644
--- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dm9000: some coldfire boards need this
2012-05-11 16:49 [PATCH] dm9000: some coldfire boards need this Steven King
@ 2012-05-14 22:40 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-14 22:40 UTC (permalink / raw)
To: sfking; +Cc: netdev
From: Steven King <sfking@fdwdc.com>
Date: Fri, 11 May 2012 09:49:46 -0700
> Some coldfire boards (ie m5253demo) have a dm9000 onboard.
>
> Signed-off-by: Steven King <sfking@fdwdc.com>
Applied to net-next, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-14 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 16:49 [PATCH] dm9000: some coldfire boards need this Steven King
2012-05-14 22:40 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).