| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config HOSTAP |
|---|
| 2 | 3 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" |
|---|
| 3 | 4 | select WIRELESS_EXT |
|---|
| 4 | 5 | select WEXT_SPY |
|---|
| 5 | 6 | select WEXT_PRIV |
|---|
| 6 | 7 | select CRYPTO |
|---|
| 7 | | - select CRYPTO_ARC4 |
|---|
| 8 | | - select CRYPTO_ECB |
|---|
| 9 | | - select CRYPTO_AES |
|---|
| 10 | 8 | select CRYPTO_MICHAEL_MIC |
|---|
| 11 | | - select CRYPTO_ECB |
|---|
| 12 | 9 | select CRC32 |
|---|
| 13 | 10 | select LIB80211 |
|---|
| 14 | 11 | select LIB80211_CRYPT_WEP |
|---|
| 15 | 12 | select LIB80211_CRYPT_TKIP |
|---|
| 16 | 13 | select LIB80211_CRYPT_CCMP |
|---|
| 17 | | - ---help--- |
|---|
| 14 | + help |
|---|
| 18 | 15 | Shared driver code for IEEE 802.11b wireless cards based on |
|---|
| 19 | 16 | Intersil Prism2/2.5/3 chipset. This driver supports so called |
|---|
| 20 | 17 | Host AP mode that allows the card to act as an IEEE 802.11 |
|---|
| .. | .. |
|---|
| 35 | 32 | config HOSTAP_FIRMWARE |
|---|
| 36 | 33 | bool "Support downloading firmware images with Host AP driver" |
|---|
| 37 | 34 | depends on HOSTAP |
|---|
| 38 | | - ---help--- |
|---|
| 35 | + help |
|---|
| 39 | 36 | Configure Host AP driver to include support for firmware image |
|---|
| 40 | 37 | download. This option by itself only enables downloading to the |
|---|
| 41 | 38 | volatile memory, i.e. the card RAM. This option is required to |
|---|
| .. | .. |
|---|
| 48 | 45 | config HOSTAP_FIRMWARE_NVRAM |
|---|
| 49 | 46 | bool "Support for non-volatile firmware download" |
|---|
| 50 | 47 | depends on HOSTAP_FIRMWARE |
|---|
| 51 | | - ---help--- |
|---|
| 48 | + help |
|---|
| 52 | 49 | Allow Host AP driver to write firmware images to the non-volatile |
|---|
| 53 | 50 | card memory, i.e. flash memory that survives power cycling. |
|---|
| 54 | 51 | Enable this option if you want to be able to change card firmware |
|---|
| .. | .. |
|---|
| 60 | 57 | config HOSTAP_PLX |
|---|
| 61 | 58 | tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors" |
|---|
| 62 | 59 | depends on PCI && HOSTAP |
|---|
| 63 | | - ---help--- |
|---|
| 60 | + help |
|---|
| 64 | 61 | Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based |
|---|
| 65 | 62 | PCI adaptors. |
|---|
| 66 | 63 | |
|---|
| .. | .. |
|---|
| 74 | 71 | config HOSTAP_PCI |
|---|
| 75 | 72 | tristate "Host AP driver for Prism2.5 PCI adaptors" |
|---|
| 76 | 73 | depends on PCI && HOSTAP |
|---|
| 77 | | - ---help--- |
|---|
| 74 | + help |
|---|
| 78 | 75 | Host AP driver's version for Prism2.5 PCI adaptors. |
|---|
| 79 | 76 | |
|---|
| 80 | 77 | "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this |
|---|
| .. | .. |
|---|
| 87 | 84 | config HOSTAP_CS |
|---|
| 88 | 85 | tristate "Host AP driver for Prism2/2.5/3 PC Cards" |
|---|
| 89 | 86 | depends on PCMCIA && HOSTAP |
|---|
| 90 | | - ---help--- |
|---|
| 87 | + help |
|---|
| 91 | 88 | Host AP driver's version for Prism2/2.5/3 PC Cards. |
|---|
| 92 | 89 | |
|---|
| 93 | 90 | "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this |
|---|