File tree Expand file tree Collapse file tree 18 files changed +25
-22
lines changed Expand file tree Collapse file tree 18 files changed +25
-22
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ source "drivers/net/ipa/Kconfig"
520520
521521config NET_SB1000
522522 tristate "General Instruments Surfboard 1000"
523- depends on PNP
523+ depends on ISA && PNP
524524 help
525525 This is a driver for the General Instrument (also known as
526526 NextLevel) SURFboard 1000 internal
Original file line number Diff line number Diff line change 44#
55
66menuconfig ARCNET
7- depends on NETDEVICES && (ISA || PCI || PCMCIA)
7+ depends on NETDEVICES && (ISA || PCI || PCMCIA) && HAS_IOPORT
88 tristate "ARCnet support"
99 help
1010 If you have a network card of this type, say Y and check out the
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ if CAN_CC770
77
88config CAN_CC770_ISA
99 tristate "ISA Bus based legacy CC770 driver"
10+ depends on ISA
1011 help
1112 This driver adds legacy support for CC770 and AN82527 chips
1213 connected to the ISA bus using I/O port, memory mapped or
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ config CAN_PLX_PCI
8787
8888config CAN_SJA1000_ISA
8989 tristate "ISA Bus based legacy SJA1000 driver"
90+ depends on ISA
9091 help
9192 This driver adds legacy support for SJA1000 chips connected to
9293 the ISA bus using I/O port, memory mapped or indirect access.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ config 3C515
4444
4545config PCMCIA_3C574
4646 tristate "3Com 3c574 PCMCIA support"
47- depends on PCMCIA
47+ depends on PCMCIA && HAS_IOPORT
4848 help
4949 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
5050 (PC-card) Fast Ethernet card to your computer.
@@ -54,7 +54,7 @@ config PCMCIA_3C574
5454
5555config PCMCIA_3C589
5656 tristate "3Com 3c589 PCMCIA support"
57- depends on PCMCIA
57+ depends on PCMCIA && HAS_IOPORT
5858 help
5959 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
6060 (PC-card) Ethernet card to your computer.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if NET_VENDOR_8390
1919
2020config PCMCIA_AXNET
2121 tristate "Asix AX88190 PCMCIA support"
22- depends on PCMCIA
22+ depends on PCMCIA && HAS_IOPORT
2323 help
2424 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
2525 (PC-card) Fast Ethernet card to your computer. These cards are
@@ -117,7 +117,7 @@ config NE2000
117117
118118config NE2K_PCI
119119 tristate "PCI NE2000 and clones support (see help)"
120- depends on PCI
120+ depends on PCI && HAS_IOPORT
121121 select CRC32
122122 help
123123 This driver is for NE2000 compatible PCI cards. It will not work
@@ -146,7 +146,7 @@ config APNE
146146
147147config PCMCIA_PCNET
148148 tristate "NE2000 compatible PCMCIA support"
149- depends on PCMCIA
149+ depends on PCMCIA && HAS_IOPORT
150150 select CRC32
151151 help
152152 Say Y here if you intend to attach an NE2000 compatible PCMCIA
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ config LANCE
5656
5757config PCNET32
5858 tristate "AMD PCnet32 PCI support"
59- depends on PCI
59+ depends on PCI && HAS_IOPORT
6060 select CRC32
6161 select MII
6262 help
@@ -122,7 +122,7 @@ config MVME147_NET
122122
123123config PCMCIA_NMCLAN
124124 tristate "New Media PCMCIA support"
125- depends on PCMCIA
125+ depends on PCMCIA && HAS_IOPORT
126126 help
127127 Say Y here if you intend to attach a New Media Ethernet or LiveWire
128128 PCMCIA (PC-card) Ethernet card to your computer.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if NET_VENDOR_FUJITSU
1818
1919config PCMCIA_FMVJ18X
2020 tristate "Fujitsu FMV-J18x PCMCIA support"
21- depends on PCMCIA
21+ depends on PCMCIA && HAS_IOPORT
2222 select CRC32
2323 help
2424 Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ config E100
4141
4242config E1000
4343 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
44- depends on PCI
44+ depends on PCI && HAS_IOPORT
4545 help
4646 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
4747 adapters. For more information on how to identify your adapter, go
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if NET_VENDOR_SIS
1919
2020config SIS900
2121 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
22- depends on PCI
22+ depends on PCI && HAS_IOPORT
2323 select CRC32
2424 select MII
2525 help
@@ -35,7 +35,7 @@ config SIS900
3535
3636config SIS190
3737 tristate "SiS190/SiS191 gigabit ethernet support"
38- depends on PCI
38+ depends on PCI && HAS_IOPORT
3939 select CRC32
4040 select MII
4141 help
You can’t perform that action at this time.
0 commit comments