[PATCH] dnet: DNET should depend on HAS_IOMEM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ilya Yanok
Date: Friday, March 20, 2009 - 4:06 am

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 435e2e3..62d732a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1042,7 +1042,7 @@ config NI65
 
 config DNET
 	tristate "Dave ethernet support (DNET)"
-	depends on NET_ETHERNET
+	depends on NET_ETHERNET && HAS_IOMEM
 	select PHYLIB
 	help
 	  The Dave ethernet interface (DNET) is found on Qong Board FPGA.
-- 
1.6.2

--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] dnet: DNET should depend on HAS_IOMEM, Ilya Yanok, (Fri Mar 20, 4:06 am)
Re: [PATCH] dnet: DNET should depend on HAS_IOMEM, David Miller, (Sat Mar 21, 4:58 pm)