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