.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config HERMES |
---|
2 | 3 | tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" |
---|
3 | 4 | depends on (PPC_PMAC || PCI || PCMCIA) |
---|
.. | .. |
---|
9 | 10 | select FW_LOADER |
---|
10 | 11 | select CRYPTO |
---|
11 | 12 | select CRYPTO_MICHAEL_MIC |
---|
12 | | - ---help--- |
---|
| 13 | + help |
---|
13 | 14 | A driver for 802.11b wireless cards based on the "Hermes" or |
---|
14 | 15 | Intersil HFA384x (Prism 2) MAC controller. This includes the vast |
---|
15 | 16 | majority of the PCMCIA 802.11b cards (which are nearly all rebadges) |
---|
.. | .. |
---|
26 | 27 | |
---|
27 | 28 | You will also very likely also need the Wireless Tools in order to |
---|
28 | 29 | configure your card and that /etc/pcmcia/wireless.opts works : |
---|
29 | | - <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html> |
---|
| 30 | + <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html> |
---|
30 | 31 | |
---|
31 | 32 | config HERMES_PRISM |
---|
32 | 33 | bool "Support Prism 2/2.5 chipset" |
---|
33 | 34 | depends on HERMES |
---|
34 | | - ---help--- |
---|
| 35 | + help |
---|
35 | 36 | |
---|
36 | 37 | Say Y to enable support for Prism 2 and 2.5 chipsets. These |
---|
37 | 38 | chipsets are better handled by the hostap driver. This driver |
---|
.. | .. |
---|
43 | 44 | bool "Cache Hermes firmware on driver initialisation" |
---|
44 | 45 | depends on HERMES |
---|
45 | 46 | default y |
---|
46 | | - ---help--- |
---|
| 47 | + help |
---|
47 | 48 | Say Y to cache any firmware required by the Hermes drivers |
---|
48 | 49 | on startup. The firmware will remain cached until the |
---|
49 | 50 | driver is unloaded. The cache uses 64K of RAM. |
---|
.. | .. |
---|
109 | 110 | config PCMCIA_HERMES |
---|
110 | 111 | tristate "Hermes PCMCIA card support" |
---|
111 | 112 | depends on PCMCIA && HERMES && HAS_IOPORT_MAP |
---|
112 | | - ---help--- |
---|
| 113 | + help |
---|
113 | 114 | A driver for "Hermes" chipset based PCMCIA wireless adaptors, such |
---|
114 | 115 | as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/ |
---|
115 | 116 | EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and |
---|
.. | .. |
---|
119 | 120 | |
---|
120 | 121 | You will very likely need the Wireless Tools in order to |
---|
121 | 122 | configure your card and that /etc/pcmcia/wireless.opts works: |
---|
122 | | - <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
---|
| 123 | + <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
---|
123 | 124 | |
---|
124 | 125 | config PCMCIA_SPECTRUM |
---|
125 | 126 | tristate "Symbol Spectrum24 Trilogy PCMCIA card support" |
---|
126 | 127 | depends on PCMCIA && HERMES && HAS_IOPORT_MAP |
---|
127 | | - ---help--- |
---|
| 128 | + help |
---|
128 | 129 | |
---|
129 | 130 | This is a driver for 802.11b cards using RAM-loadable Symbol |
---|
130 | 131 | firmware, such as Symbol Wireless Networker LA4100, CompactFlash |
---|
.. | .. |
---|
138 | 139 | tristate "Agere Orinoco USB support" |
---|
139 | 140 | depends on USB && HERMES |
---|
140 | 141 | select FW_LOADER |
---|
141 | | - ---help--- |
---|
| 142 | + help |
---|
142 | 143 | This driver is for USB versions of the Agere Orinoco card. |
---|