.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # 3Com Ethernet device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "3Com devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on ISA || EISA || PCI || PCMCIA |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
19 | 20 | config EL3 |
---|
20 | 21 | tristate "3c509/3c579 \"EtherLink III\" support" |
---|
21 | 22 | depends on (ISA || EISA) |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | If you have a network (Ethernet) card belonging to the 3Com |
---|
24 | 25 | EtherLinkIII series, say Y here. |
---|
25 | 26 | |
---|
.. | .. |
---|
33 | 34 | config 3C515 |
---|
34 | 35 | tristate "3c515 ISA \"Fast EtherLink\"" |
---|
35 | 36 | depends on ISA && ISA_DMA_API && !PPC32 |
---|
36 | | - ---help--- |
---|
| 37 | + help |
---|
37 | 38 | If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet |
---|
38 | 39 | network card, say Y here. |
---|
39 | 40 | |
---|
.. | .. |
---|
43 | 44 | config PCMCIA_3C574 |
---|
44 | 45 | tristate "3Com 3c574 PCMCIA support" |
---|
45 | 46 | depends on PCMCIA |
---|
46 | | - ---help--- |
---|
| 47 | + help |
---|
47 | 48 | Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA |
---|
48 | 49 | (PC-card) Fast Ethernet card to your computer. |
---|
49 | 50 | |
---|
.. | .. |
---|
53 | 54 | config PCMCIA_3C589 |
---|
54 | 55 | tristate "3Com 3c589 PCMCIA support" |
---|
55 | 56 | depends on PCMCIA |
---|
56 | | - ---help--- |
---|
| 57 | + help |
---|
57 | 58 | Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA |
---|
58 | 59 | (PC-card) Ethernet card to your computer. |
---|
59 | 60 | |
---|
.. | .. |
---|
64 | 65 | tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support" |
---|
65 | 66 | depends on (PCI || EISA) && HAS_IOPORT_MAP |
---|
66 | 67 | select MII |
---|
67 | | - ---help--- |
---|
| 68 | + help |
---|
68 | 69 | This option enables driver support for a large number of 10Mbps and |
---|
69 | 70 | 10/100Mbps EISA, PCI and Cardbus 3Com network cards: |
---|
70 | 71 | |
---|
.. | .. |
---|
75 | 76 | "Hurricane" (3c555/3cSOHO) PCI |
---|
76 | 77 | |
---|
77 | 78 | If you have such a card, say Y here. More specific information is in |
---|
78 | | - <file:Documentation/networking/vortex.txt> and in the comments at |
---|
79 | | - the beginning of <file:drivers/net/ethernet/3com/3c59x.c>. |
---|
| 79 | + <file:Documentation/networking/device_drivers/ethernet/3com/vortex.rst> |
---|
| 80 | + and in the comments at the beginning of |
---|
| 81 | + <file:drivers/net/ethernet/3com/3c59x.c>. |
---|
80 | 82 | |
---|
81 | 83 | To compile this support as a module, choose M here. |
---|
82 | 84 | |
---|
.. | .. |
---|
84 | 86 | tristate "3cr990 series \"Typhoon\" support" |
---|
85 | 87 | depends on PCI |
---|
86 | 88 | select CRC32 |
---|
87 | | - ---help--- |
---|
| 89 | + help |
---|
88 | 90 | This option enables driver support for the 3cr990 series of cards: |
---|
89 | 91 | |
---|
90 | 92 | 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, |
---|