56286b400c0d4473b6f2382504d7e8c77a9c0434
[openwrt.git] / target / linux / package / hostap / Config.in
1 config BR2_PACKAGE_KMOD_HOSTAP
2         tristate "kmod-hostap.................... Host AP support for Prism2/2.5/3 IEEE 802.11b"
3         default m if CONFIG_DEVEL
4         help
5           A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3
6           chipset. This driver supports so called Host AP mode that allows
7           the card to act as an IEEE 802.11 access point.
8           
9           This option includes the base Host AP driver code that is shared by
10           different hardware models. You will also need to enable support for
11           PLX/PCI/CS version of the driver to actually use the driver.
12           
13           http://hostap.epitest.fi/
14           
15           This package contains the hostap.o and hostap_crypt_wep.o kernel modules.
16           
17
18 config BR2_PACKAGE_KMOD_HOSTAP_PCI
19         tristate   "kmod-hostap-pci.............. Host AP driver for Prism2.5 PCI adaptors"
20         default m if CONFIG_DEVEL
21         depends BR2_PACKAGE_KMOD_HOSTAP
22         help
23           Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
24           driver and its help text includes more information about the Host AP
25           driver.
26           
27           http://hostap.epitest.fi/
28           
29           This package contains the hostap_pci.o kernel module.
30           
31
32 config BR2_PACKAGE_KMOD_HOSTAP_PLX
33         tristate   "kmod-hostap-plx.............. Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors"
34         default m if CONFIG_DEVEL
35         depends BR2_PACKAGE_KMOD_HOSTAP
36         help
37           Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
38           driver and its help text includes more information about the Host AP
39           driver.
40           
41           http://hostap.epitest.fi/
42           
43           This package contains the hostap_plx.o kernel module.
44           
45