Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (a29689e60ed3e65463d6462390caad669d08a6b7)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# 3Com Ethernet device configuration
4#
5
6config NET_VENDOR_3COM
7 bool "3Com devices"
8 default y

--- 30 unchanged lines hidden (view full) ---

39 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
40 network card, say Y here.
41
42 To compile this driver as a module, choose M here. The module
43 will be called 3c515.
44
45config PCMCIA_3C574
46 tristate "3Com 3c574 PCMCIA support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# 3Com Ethernet device configuration
4#
5
6config NET_VENDOR_3COM
7 bool "3Com devices"
8 default y

--- 30 unchanged lines hidden (view full) ---

39 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
40 network card, say Y here.
41
42 To compile this driver as a module, choose M here. The module
43 will be called 3c515.
44
45config PCMCIA_3C574
46 tristate "3Com 3c574 PCMCIA support"
47 depends on PCMCIA
47 depends on PCMCIA && HAS_IOPORT
48 help
49 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
50 (PC-card) Fast Ethernet card to your computer.
51
52 To compile this driver as a module, choose M here: the module will be
53 called 3c574_cs. If unsure, say N.
54
55config PCMCIA_3C589
56 tristate "3Com 3c589 PCMCIA support"
48 help
49 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
50 (PC-card) Fast Ethernet card to your computer.
51
52 To compile this driver as a module, choose M here: the module will be
53 called 3c574_cs. If unsure, say N.
54
55config PCMCIA_3C589
56 tristate "3Com 3c589 PCMCIA support"
57 depends on PCMCIA
57 depends on PCMCIA && HAS_IOPORT
58 help
59 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
60 (PC-card) Ethernet card to your computer.
61
62 To compile this driver as a module, choose M here: the module will be
63 called 3c589_cs. If unsure, say N.
64
65config VORTEX

--- 37 unchanged lines hidden ---
58 help
59 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
60 (PC-card) Ethernet card to your computer.
61
62 To compile this driver as a module, choose M here: the module will be
63 called 3c589_cs. If unsure, say N.
64
65config VORTEX

--- 37 unchanged lines hidden ---