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