Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / net / wireless / hostap / Kconfig
blob1fef33169fdd0c133c995bb2d173851674c3848c
1 config HOSTAP
2         tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
3         depends on WLAN_80211
4         select WIRELESS_EXT
5         select IEEE80211
6         select IEEE80211_CRYPT_WEP
7         ---help---
8         Shared driver code for IEEE 802.11b wireless cards based on
9         Intersil Prism2/2.5/3 chipset. This driver supports so called
10         Host AP mode that allows the card to act as an IEEE 802.11
11         access point.
13         See <http://hostap.epitest.fi/> for more information about the
14         Host AP driver configuration and tools. This site includes
15         information and tools (hostapd and wpa_supplicant) for WPA/WPA2
16         support.
18         This option includes the base Host AP driver code that is shared by
19         different hardware models. You will also need to enable support for
20         PLX/PCI/CS version of the driver to actually use the driver.
22         The driver can be compiled as a module and it will be called
23         "hostap.ko".
25 config HOSTAP_FIRMWARE
26         bool "Support downloading firmware images with Host AP driver"
27         depends on HOSTAP
28         ---help---
29         Configure Host AP driver to include support for firmware image
30         download. This option by itself only enables downloading to the
31         volatile memory, i.e. the card RAM. This option is required to
32         support cards that don't have firmware in flash, such as D-Link
33         DWL-520 rev E and D-Link DWL-650 rev P.
35         Firmware image downloading needs a user space tool, prism2_srec.
36         It is available from http://hostap.epitest.fi/.
38 config HOSTAP_FIRMWARE_NVRAM
39         bool "Support for non-volatile firmware download"
40         depends on HOSTAP_FIRMWARE
41         ---help---
42         Allow Host AP driver to write firmware images to the non-volatile
43         card memory, i.e. flash memory that survives power cycling.
44         Enable this option if you want to be able to change card firmware
45         permanently.
47         Firmware image downloading needs a user space tool, prism2_srec.
48         It is available from http://hostap.epitest.fi/.
50 config HOSTAP_PLX
51         tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
52         depends on PCI && HOSTAP
53         ---help---
54         Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
55         PCI adaptors.
57         "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
58         driver and its help text includes more information about the Host AP
59         driver.
61         The driver can be compiled as a module and will be named
62         "hostap_plx.ko".
64 config HOSTAP_PCI
65         tristate "Host AP driver for Prism2.5 PCI adaptors"
66         depends on PCI && HOSTAP
67         ---help---
68         Host AP driver's version for Prism2.5 PCI adaptors.
70         "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
71         driver and its help text includes more information about the Host AP
72         driver.
74         The driver can be compiled as a module and will be named
75         "hostap_pci.ko".
77 config HOSTAP_CS
78         tristate "Host AP driver for Prism2/2.5/3 PC Cards"
79         depends on PCMCIA && HOSTAP
80         ---help---
81         Host AP driver's version for Prism2/2.5/3 PC Cards.
83         "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
84         driver and its help text includes more information about the Host AP
85         driver.
87         The driver can be compiled as a module and will be named
88         "hostap_cs.ko".