Browse Source

dnet: DNET should depend on HAS_IOMEM

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Ilya Yanok 16 years ago
parent
commit
4b97926ddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/Kconfig

+ 1 - 1
drivers/net/Kconfig

@@ -1042,7 +1042,7 @@ config NI65
 
 
 config DNET
 config DNET
 	tristate "Dave ethernet support (DNET)"
 	tristate "Dave ethernet support (DNET)"
-	depends on NET_ETHERNET
+	depends on NET_ETHERNET && HAS_IOMEM
 	select PHYLIB
 	select PHYLIB
 	help
 	help
 	  The Dave ethernet interface (DNET) is found on Qong Board FPGA.
 	  The Dave ethernet interface (DNET) is found on Qong Board FPGA.