hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/intersil/orinoco/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config HERMES
23 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
34 depends on (PPC_PMAC || PCI || PCMCIA)
....@@ -9,7 +10,7 @@
910 select FW_LOADER
1011 select CRYPTO
1112 select CRYPTO_MICHAEL_MIC
12
- ---help---
13
+ help
1314 A driver for 802.11b wireless cards based on the "Hermes" or
1415 Intersil HFA384x (Prism 2) MAC controller. This includes the vast
1516 majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
....@@ -26,12 +27,12 @@
2627
2728 You will also very likely also need the Wireless Tools in order to
2829 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>
3031
3132 config HERMES_PRISM
3233 bool "Support Prism 2/2.5 chipset"
3334 depends on HERMES
34
- ---help---
35
+ help
3536
3637 Say Y to enable support for Prism 2 and 2.5 chipsets. These
3738 chipsets are better handled by the hostap driver. This driver
....@@ -43,7 +44,7 @@
4344 bool "Cache Hermes firmware on driver initialisation"
4445 depends on HERMES
4546 default y
46
- ---help---
47
+ help
4748 Say Y to cache any firmware required by the Hermes drivers
4849 on startup. The firmware will remain cached until the
4950 driver is unloaded. The cache uses 64K of RAM.
....@@ -109,7 +110,7 @@
109110 config PCMCIA_HERMES
110111 tristate "Hermes PCMCIA card support"
111112 depends on PCMCIA && HERMES && HAS_IOPORT_MAP
112
- ---help---
113
+ help
113114 A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
114115 as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
115116 EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and
....@@ -119,12 +120,12 @@
119120
120121 You will very likely need the Wireless Tools in order to
121122 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>.
123124
124125 config PCMCIA_SPECTRUM
125126 tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
126127 depends on PCMCIA && HERMES && HAS_IOPORT_MAP
127
- ---help---
128
+ help
128129
129130 This is a driver for 802.11b cards using RAM-loadable Symbol
130131 firmware, such as Symbol Wireless Networker LA4100, CompactFlash
....@@ -138,5 +139,5 @@
138139 tristate "Agere Orinoco USB support"
139140 depends on USB && HERMES
140141 select FW_LOADER
141
- ---help---
142
+ help
142143 This driver is for USB versions of the Agere Orinoco card.