767b4593163fa48a3ce70450e95d406323da59b1
[openwrt.git] / 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         depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM
5         default m if CONFIG_DEVEL
6         help
7           A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3
8           chipset. This driver supports so called Host AP mode that allows
9           the card to act as an IEEE 802.11 access point.
10           
11           This option includes the base Host AP driver code that is shared by
12           different hardware models. You will also need to enable support for
13           PLX/PCI/CS version of the driver to actually use the driver.
14           
15           http://hostap.epitest.fi/
16
17 config BR2_PACKAGE_KMOD_HOSTAP_PCI
18         prompt   "kmod-hostap-pci................. Host AP driver for Prism2.5 PCI adaptors"
19         tristate
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 config BR2_PACKAGE_KMOD_HOSTAP_PLX
30         prompt   "kmod-hostap-plx................. Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors"
31         tristate
32         default m if CONFIG_DEVEL
33         depends BR2_PACKAGE_KMOD_HOSTAP
34         help
35           Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
36           driver and its help text includes more information about the Host AP
37           driver.
38           
39           http://hostap.epitest.fi/
40