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