xref: /openbmc/linux/drivers/net/ethernet/3com/Kconfig (revision a573ea56)
1ca7a8e85SJeff Kirsher#
2ca7a8e85SJeff Kirsher# 3Com Ethernet device configuration
3ca7a8e85SJeff Kirsher#
4ca7a8e85SJeff Kirsher
5ca7a8e85SJeff Kirsherconfig NET_VENDOR_3COM
6ca7a8e85SJeff Kirsher	bool "3Com devices"
788f07484SJeff Kirsher	default y
8ca7a8e85SJeff Kirsher	depends on ISA || EISA || MCA || PCI || PCMCIA
9ca7a8e85SJeff Kirsher	---help---
10ca7a8e85SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
11ca7a8e85SJeff Kirsher	  and read the Ethernet-HOWTO, available from
12ca7a8e85SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
13ca7a8e85SJeff Kirsher
14ca7a8e85SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
15ca7a8e85SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
16ca7a8e85SJeff Kirsher	  the questions about 3Com cards. If you say Y, you will be asked for
17ca7a8e85SJeff Kirsher	  your specific card in the following questions.
18ca7a8e85SJeff Kirsher
19ca7a8e85SJeff Kirsherif NET_VENDOR_3COM
20ca7a8e85SJeff Kirsher
21ca7a8e85SJeff Kirsherconfig EL1
22ca7a8e85SJeff Kirsher	tristate "3c501 \"EtherLink\" support"
23ca7a8e85SJeff Kirsher	depends on ISA
24ca7a8e85SJeff Kirsher	---help---
25ca7a8e85SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
26ca7a8e85SJeff Kirsher	  the Ethernet-HOWTO, available from
27ca7a8e85SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.  Also, consider buying a
28ca7a8e85SJeff Kirsher	  new card, since the 3c501 is slow, broken, and obsolete: you will
29ca7a8e85SJeff Kirsher	  have problems.  Some people suggest to ping ("man ping") a nearby
30ca7a8e85SJeff Kirsher	  machine every minute ("man cron") when using this card.
31ca7a8e85SJeff Kirsher
32ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
33ca7a8e85SJeff Kirsher	  will be called 3c501.
34ca7a8e85SJeff Kirsher
35ca7a8e85SJeff Kirsherconfig EL3
36ca7a8e85SJeff Kirsher	tristate "3c509/3c529 (MCA)/3c579 \"EtherLink III\" support"
37ca7a8e85SJeff Kirsher	depends on (ISA || EISA || MCA)
38ca7a8e85SJeff Kirsher	---help---
39ca7a8e85SJeff Kirsher	  If you have a network (Ethernet) card belonging to the 3Com
40ca7a8e85SJeff Kirsher	  EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
41ca7a8e85SJeff Kirsher	  from <http://www.tldp.org/docs.html#howto>.
42ca7a8e85SJeff Kirsher
43ca7a8e85SJeff Kirsher	  If your card is not working you may need to use the DOS
44ca7a8e85SJeff Kirsher	  setup disk to disable Plug & Play mode, and to select the default
45ca7a8e85SJeff Kirsher	  media type.
46ca7a8e85SJeff Kirsher
47ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
48ca7a8e85SJeff Kirsher	  will be called 3c509.
49ca7a8e85SJeff Kirsher
50ca7a8e85SJeff Kirsherconfig 3C515
51ca7a8e85SJeff Kirsher	tristate "3c515 ISA \"Fast EtherLink\""
52ca7a8e85SJeff Kirsher	depends on (ISA || EISA) && ISA_DMA_API
53ca7a8e85SJeff Kirsher	---help---
54ca7a8e85SJeff Kirsher	  If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
55ca7a8e85SJeff Kirsher	  network card, say Y and read the Ethernet-HOWTO, available from
56ca7a8e85SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
57ca7a8e85SJeff Kirsher
58ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
59ca7a8e85SJeff Kirsher	  will be called 3c515.
60ca7a8e85SJeff Kirsher
61ca7a8e85SJeff Kirsherconfig PCMCIA_3C574
62ca7a8e85SJeff Kirsher	tristate "3Com 3c574 PCMCIA support"
63ca7a8e85SJeff Kirsher	depends on PCMCIA
64ca7a8e85SJeff Kirsher	---help---
65ca7a8e85SJeff Kirsher	  Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
66ca7a8e85SJeff Kirsher	  (PC-card) Fast Ethernet card to your computer.
67ca7a8e85SJeff Kirsher
68ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
69ca7a8e85SJeff Kirsher	  called 3c574_cs.  If unsure, say N.
70ca7a8e85SJeff Kirsher
71ca7a8e85SJeff Kirsherconfig PCMCIA_3C589
72ca7a8e85SJeff Kirsher	tristate "3Com 3c589 PCMCIA support"
73ca7a8e85SJeff Kirsher	depends on PCMCIA
74ca7a8e85SJeff Kirsher	---help---
75ca7a8e85SJeff Kirsher	  Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
76ca7a8e85SJeff Kirsher	  (PC-card) Ethernet card to your computer.
77ca7a8e85SJeff Kirsher
78ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
79ca7a8e85SJeff Kirsher	  called 3c589_cs.  If unsure, say N.
80ca7a8e85SJeff Kirsher
81ca7a8e85SJeff Kirsherconfig VORTEX
82ca7a8e85SJeff Kirsher	tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
83a573ea56SJan Glauber	depends on (PCI || EISA) && HAS_IOPORT
84aaba215cSJeff Kirsher	select NET_CORE
85ca7a8e85SJeff Kirsher	select MII
86ca7a8e85SJeff Kirsher	---help---
87ca7a8e85SJeff Kirsher	  This option enables driver support for a large number of 10Mbps and
88ca7a8e85SJeff Kirsher	  10/100Mbps EISA, PCI and PCMCIA 3Com network cards:
89ca7a8e85SJeff Kirsher
90ca7a8e85SJeff Kirsher	  "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
91ca7a8e85SJeff Kirsher	  "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI
92ca7a8e85SJeff Kirsher	  "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus
93ca7a8e85SJeff Kirsher	  "Tornado"   (3c905)                                  PCI
94ca7a8e85SJeff Kirsher	  "Hurricane" (3c555/3cSOHO)                           PCI
95ca7a8e85SJeff Kirsher
96ca7a8e85SJeff Kirsher	  If you have such a card, say Y and read the Ethernet-HOWTO,
97ca7a8e85SJeff Kirsher	  available from <http://www.tldp.org/docs.html#howto>. More
98ca7a8e85SJeff Kirsher	  specific information is in
99ca7a8e85SJeff Kirsher	  <file:Documentation/networking/vortex.txt> and in the comments at
1003396c782SPaul Gortmaker	  the beginning of <file:drivers/net/ethernet/3com/3c59x.c>.
101ca7a8e85SJeff Kirsher
102ca7a8e85SJeff Kirsher	  To compile this support as a module, choose M here.
103ca7a8e85SJeff Kirsher
104ca7a8e85SJeff Kirsherconfig TYPHOON
105ca7a8e85SJeff Kirsher	tristate "3cr990 series \"Typhoon\" support"
106ca7a8e85SJeff Kirsher	depends on PCI
107ca7a8e85SJeff Kirsher	select CRC32
108ca7a8e85SJeff Kirsher	---help---
109ca7a8e85SJeff Kirsher	  This option enables driver support for the 3cr990 series of cards:
110ca7a8e85SJeff Kirsher
111ca7a8e85SJeff Kirsher	  3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97,
112ca7a8e85SJeff Kirsher	  3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,
113ca7a8e85SJeff Kirsher	  3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
114ca7a8e85SJeff Kirsher
115ca7a8e85SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
116ca7a8e85SJeff Kirsher	  the Ethernet-HOWTO, available from
117ca7a8e85SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
118ca7a8e85SJeff Kirsher
119ca7a8e85SJeff Kirsher	  To compile this driver as a module, choose M here. The module
120ca7a8e85SJeff Kirsher	  will be called typhoon.
121ca7a8e85SJeff Kirsher
122ca7a8e85SJeff Kirsherendif # NET_VENDOR_3COM
123