Skip to content

Commit

Permalink
3com: make 3c59x depend on HAS_IOPORT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Glauber authored and David S. Miller committed Dec 5, 2012
1 parent b1afce9 commit a573ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/3com/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit a573ea5

Please sign in to comment.