aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Yanok <yanok@emcraft.com>2009-03-21 16:58:47 -0700
committerDavid S. Miller <davem@davemloft.net>2009-03-21 16:58:47 -0700
commit4b97926ddf51b3919c859e2086fef3c8c3c46c61 (patch)
tree3d02ee4f9751dbd9ebc31cdcddaeedb1a3be88d4
parentdca: add missing copyright/license headers (diff)
downloadlinux-dev-4b97926ddf51b3919c859e2086fef3c8c3c46c61.tar.xz
linux-dev-4b97926ddf51b3919c859e2086fef3c8c3c46c61.zip
dnet: DNET should depend on HAS_IOMEM
Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 435e2e3a82c8..62d732a886f1 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.