diff mbox

dm9000: some coldfire boards need this

Message ID 201205110949.46767.sfking@fdwdc.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Steven King May 11, 2012, 4:49 p.m. UTC
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(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller May 14, 2012, 10:40 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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