aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJan Glauber <jang@linux.vnet.ibm.com>2012-12-05 04:04:40 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-05 15:36:35 -0500
commita573ea56a9b014e3ab09c44ccb659ba6d538b81e (patch)
tree3beabdbbeff79318c97d77cfea4413e958e3e72a /drivers
parentipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTE (diff)
downloadlinux-dev-a573ea56a9b014e3ab09c44ccb659ba6d538b81e.tar.xz
linux-dev-a573ea56a9b014e3ab09c44ccb659ba6d538b81e.zip
3com: make 3c59x depend on HAS_IOPORT
The 3com driver for 3c59x requires ioport_map. Since not all architectures support IO port mapping make 3c59x dependent on HAS_IOPORT. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/3com/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/Kconfig b/drivers/net/ethernet/3com/Kconfig
index bad4fa6815c5..eb56174469a7 100644
--- a/drivers/net/ethernet/3com/Kconfig
+++ b/drivers/net/ethernet/3com/Kconfig
@@ -80,7 +80,7 @@ config PCMCIA_3C589
config VORTEX
tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
- depends on (PCI || EISA)
+ depends on (PCI || EISA) && HAS_IOPORT
select NET_CORE
select MII
---help---