diff options
Diffstat (limited to 'drivers/net/wireless/hostap/Kconfig')
-rw-r--r-- | drivers/net/wireless/hostap/Kconfig | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/Kconfig b/drivers/net/wireless/hostap/Kconfig new file mode 100644 index 000000000000..56f41c714d38 --- /dev/null +++ b/drivers/net/wireless/hostap/Kconfig | |||
@@ -0,0 +1,73 @@ | |||
1 | config HOSTAP | ||
2 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" | ||
3 | depends on NET_RADIO | ||
4 | select IEEE80211 | ||
5 | select IEEE80211_CRYPT_WEP | ||
6 | ---help--- | ||
7 | Shared driver code for IEEE 802.11b wireless cards based on | ||
8 | Intersil Prism2/2.5/3 chipset. This driver supports so called | ||
9 | Host AP mode that allows the card to act as an IEEE 802.11 | ||
10 | access point. | ||
11 | |||
12 | See <http://hostap.epitest.fi/> for more information about the | ||
13 | Host AP driver configuration and tools. This site includes | ||
14 | information and tools (hostapd and wpa_supplicant) for WPA/WPA2 | ||
15 | support. | ||
16 | |||
17 | This option includes the base Host AP driver code that is shared by | ||
18 | different hardware models. You will also need to enable support for | ||
19 | PLX/PCI/CS version of the driver to actually use the driver. | ||
20 | |||
21 | The driver can be compiled as a module and it will be called | ||
22 | "hostap.ko". | ||
23 | |||
24 | config HOSTAP_FIRMWARE | ||
25 | bool "Support downloading firmware images with Host AP driver" | ||
26 | depends on HOSTAP | ||
27 | ---help--- | ||
28 | Configure Host AP driver to include support for firmware image | ||
29 | download. Current version supports only downloading to volatile, i.e., | ||
30 | RAM memory. Flash upgrade is not yet supported. | ||
31 | |||
32 | Firmware image downloading needs user space tool, prism2_srec. It is | ||
33 | available from http://hostap.epitest.fi/. | ||
34 | |||
35 | config HOSTAP_PLX | ||
36 | tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors" | ||
37 | depends on PCI && HOSTAP | ||
38 | ---help--- | ||
39 | Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based | ||
40 | PCI adaptors. | ||
41 | |||
42 | "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this | ||
43 | driver and its help text includes more information about the Host AP | ||
44 | driver. | ||
45 | |||
46 | The driver can be compiled as a module and will be named | ||
47 | "hostap_plx.ko". | ||
48 | |||
49 | config HOSTAP_PCI | ||
50 | tristate "Host AP driver for Prism2.5 PCI adaptors" | ||
51 | depends on PCI && HOSTAP | ||
52 | ---help--- | ||
53 | Host AP driver's version for Prism2.5 PCI adaptors. | ||
54 | |||
55 | "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this | ||
56 | driver and its help text includes more information about the Host AP | ||
57 | driver. | ||
58 | |||
59 | The driver can be compiled as a module and will be named | ||
60 | "hostap_pci.ko". | ||
61 | |||
62 | config HOSTAP_CS | ||
63 | tristate "Host AP driver for Prism2/2.5/3 PC Cards" | ||
64 | depends on PCMCIA!=n && HOSTAP | ||
65 | ---help--- | ||
66 | Host AP driver's version for Prism2/2.5/3 PC Cards. | ||
67 | |||
68 | "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this | ||
69 | driver and its help text includes more information about the Host AP | ||
70 | driver. | ||
71 | |||
72 | The driver can be compiled as a module and will be named | ||
73 | "hostap_cs.ko". | ||