mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
b1afce9538
commit
a573ea56a9
1 changed files with 1 additions and 1 deletions
|
@ -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---
|
||||
|
|
Loading…
Add table
Reference in a new issue