hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/wireless/intersil/hostap/Kconfig
....@@ -1,20 +1,17 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config HOSTAP
23 tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
34 select WIRELESS_EXT
45 select WEXT_SPY
56 select WEXT_PRIV
67 select CRYPTO
7
- select CRYPTO_ARC4
8
- select CRYPTO_ECB
9
- select CRYPTO_AES
108 select CRYPTO_MICHAEL_MIC
11
- select CRYPTO_ECB
129 select CRC32
1310 select LIB80211
1411 select LIB80211_CRYPT_WEP
1512 select LIB80211_CRYPT_TKIP
1613 select LIB80211_CRYPT_CCMP
17
- ---help---
14
+ help
1815 Shared driver code for IEEE 802.11b wireless cards based on
1916 Intersil Prism2/2.5/3 chipset. This driver supports so called
2017 Host AP mode that allows the card to act as an IEEE 802.11
....@@ -35,7 +32,7 @@
3532 config HOSTAP_FIRMWARE
3633 bool "Support downloading firmware images with Host AP driver"
3734 depends on HOSTAP
38
- ---help---
35
+ help
3936 Configure Host AP driver to include support for firmware image
4037 download. This option by itself only enables downloading to the
4138 volatile memory, i.e. the card RAM. This option is required to
....@@ -48,7 +45,7 @@
4845 config HOSTAP_FIRMWARE_NVRAM
4946 bool "Support for non-volatile firmware download"
5047 depends on HOSTAP_FIRMWARE
51
- ---help---
48
+ help
5249 Allow Host AP driver to write firmware images to the non-volatile
5350 card memory, i.e. flash memory that survives power cycling.
5451 Enable this option if you want to be able to change card firmware
....@@ -60,7 +57,7 @@
6057 config HOSTAP_PLX
6158 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
6259 depends on PCI && HOSTAP
63
- ---help---
60
+ help
6461 Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
6562 PCI adaptors.
6663
....@@ -74,7 +71,7 @@
7471 config HOSTAP_PCI
7572 tristate "Host AP driver for Prism2.5 PCI adaptors"
7673 depends on PCI && HOSTAP
77
- ---help---
74
+ help
7875 Host AP driver's version for Prism2.5 PCI adaptors.
7976
8077 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
....@@ -87,7 +84,7 @@
8784 config HOSTAP_CS
8885 tristate "Host AP driver for Prism2/2.5/3 PC Cards"
8986 depends on PCMCIA && HOSTAP
90
- ---help---
87
+ help
9188 Host AP driver's version for Prism2/2.5/3 PC Cards.
9289
9390 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this