xref: /openbmc/linux/drivers/net/ethernet/3com/Kconfig (revision 4228c394)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ca7a8e85SJeff Kirsher#
3ca7a8e85SJeff Kirsher# 3Com Ethernet device configuration
4ca7a8e85SJeff Kirsher#
5ca7a8e85SJeff Kirsher
6ca7a8e85SJeff Kirsherconfig NET_VENDOR_3COM
7ca7a8e85SJeff Kirsher	bool "3Com devices"
888f07484SJeff Kirsher	default y
9483f7772SPaul Gortmaker	depends on ISA || EISA || PCI || PCMCIA
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12ca7a8e85SJeff Kirsher
13ca7a8e85SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14ca7a8e85SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15ca7a8e85SJeff Kirsher	  the questions about 3Com cards. If you say Y, you will be asked for
16ca7a8e85SJeff Kirsher	  your specific card in the following questions.
17ca7a8e85SJeff Kirsher
18ca7a8e85SJeff Kirsherif NET_VENDOR_3COM
19ca7a8e85SJeff Kirsher
20ca7a8e85SJeff Kirsherconfig EL3
21483f7772SPaul Gortmaker	tristate "3c509/3c579 \"EtherLink III\" support"
22483f7772SPaul Gortmaker	depends on (ISA || EISA)
23a7f7f624SMasahiro Yamada	help
24ca7a8e85SJeff Kirsher	  If you have a network (Ethernet) card belonging to the 3Com
25138b15edSPaul Gortmaker	  EtherLinkIII series, say Y here.
26ca7a8e85SJeff Kirsher
27ca7a8e85SJeff Kirsher	  If your card is not working you may need to use the DOS
28ca7a8e85SJeff Kirsher	  setup disk to disable Plug & Play mode, and to select the default
29ca7a8e85SJeff Kirsher	  media type.
30ca7a8e85SJeff Kirsher
31ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
32ca7a8e85SJeff Kirsher	  will be called 3c509.
33ca7a8e85SJeff Kirsher
34ca7a8e85SJeff Kirsherconfig 3C515
35ca7a8e85SJeff Kirsher	tristate "3c515 ISA \"Fast EtherLink\""
36c9ce1fa1SRandy Dunlap	depends on ISA && ISA_DMA_API && !PPC32
37*4228c394SArnd Bergmann	select NETDEV_LEGACY_INIT
38a7f7f624SMasahiro Yamada	help
39ca7a8e85SJeff Kirsher	  If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
40138b15edSPaul Gortmaker	  network card, say Y here.
41ca7a8e85SJeff Kirsher
42ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
43ca7a8e85SJeff Kirsher	  will be called 3c515.
44ca7a8e85SJeff Kirsher
45ca7a8e85SJeff Kirsherconfig PCMCIA_3C574
46ca7a8e85SJeff Kirsher	tristate "3Com 3c574 PCMCIA support"
47ca7a8e85SJeff Kirsher	depends on PCMCIA
48a7f7f624SMasahiro Yamada	help
49ca7a8e85SJeff Kirsher	  Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
50ca7a8e85SJeff Kirsher	  (PC-card) Fast Ethernet card to your computer.
51ca7a8e85SJeff Kirsher
52ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
53ca7a8e85SJeff Kirsher	  called 3c574_cs.  If unsure, say N.
54ca7a8e85SJeff Kirsher
55ca7a8e85SJeff Kirsherconfig PCMCIA_3C589
56ca7a8e85SJeff Kirsher	tristate "3Com 3c589 PCMCIA support"
57ca7a8e85SJeff Kirsher	depends on PCMCIA
58a7f7f624SMasahiro Yamada	help
59ca7a8e85SJeff Kirsher	  Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
60ca7a8e85SJeff Kirsher	  (PC-card) Ethernet card to your computer.
61ca7a8e85SJeff Kirsher
62ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
63ca7a8e85SJeff Kirsher	  called 3c589_cs.  If unsure, say N.
64ca7a8e85SJeff Kirsher
65ca7a8e85SJeff Kirsherconfig VORTEX
66ca7a8e85SJeff Kirsher	tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
67ce816fa8SUwe Kleine-König	depends on (PCI || EISA) && HAS_IOPORT_MAP
68ca7a8e85SJeff Kirsher	select MII
69a7f7f624SMasahiro Yamada	help
70ca7a8e85SJeff Kirsher	  This option enables driver support for a large number of 10Mbps and
711d3d5910SMatthew Whitehead	  10/100Mbps EISA, PCI and Cardbus 3Com network cards:
72ca7a8e85SJeff Kirsher
73ca7a8e85SJeff Kirsher	  "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
74ca7a8e85SJeff Kirsher	  "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI
75ca7a8e85SJeff Kirsher	  "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus
76ca7a8e85SJeff Kirsher	  "Tornado"   (3c905)                                  PCI
77ca7a8e85SJeff Kirsher	  "Hurricane" (3c555/3cSOHO)                           PCI
78ca7a8e85SJeff Kirsher
79138b15edSPaul Gortmaker	  If you have such a card, say Y here.  More specific information is in
80132db935SJakub Kicinski	  <file:Documentation/networking/device_drivers/ethernet/3com/vortex.rst>
81132db935SJakub Kicinski	  and in the comments at the beginning of
82b255e500SJakub Kicinski	  <file:drivers/net/ethernet/3com/3c59x.c>.
83ca7a8e85SJeff Kirsher
84ca7a8e85SJeff Kirsher	  To compile this support as a module, choose M here.
85ca7a8e85SJeff Kirsher
86ca7a8e85SJeff Kirsherconfig TYPHOON
87ca7a8e85SJeff Kirsher	tristate "3cr990 series \"Typhoon\" support"
88ca7a8e85SJeff Kirsher	depends on PCI
89ca7a8e85SJeff Kirsher	select CRC32
90a7f7f624SMasahiro Yamada	help
91ca7a8e85SJeff Kirsher	  This option enables driver support for the 3cr990 series of cards:
92ca7a8e85SJeff Kirsher
93ca7a8e85SJeff Kirsher	  3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97,
94ca7a8e85SJeff Kirsher	  3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,
95ca7a8e85SJeff Kirsher	  3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
96ca7a8e85SJeff Kirsher
97138b15edSPaul Gortmaker	  If you have a network (Ethernet) card of this type, say Y here.
98ca7a8e85SJeff Kirsher
99ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
100ca7a8e85SJeff Kirsher	  will be called typhoon.
101ca7a8e85SJeff Kirsher
102ca7a8e85SJeff Kirsherendif # NET_VENDOR_3COM
103