1 config BR2_PACKAGE_KMOD_HOSTAP
2 prompt "kmod-hostap....................... Host AP support for Prism2/2.5/3 IEEE 802.11b"
4 default m if CONFIG_DEVEL
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.
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.
14 http://hostap.epitest.fi/
16 config BR2_PACKAGE_KMOD_HOSTAP_PCI
17 prompt "kmod-hostap-pci................. Host AP driver for Prism2.5 PCI adaptors"
19 default m if CONFIG_DEVEL
20 depends BR2_PACKAGE_KMOD_HOSTAP
22 Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
23 driver and its help text includes more information about the Host AP
26 http://hostap.epitest.fi/
28 config BR2_PACKAGE_KMOD_HOSTAP_PLX
29 prompt "kmod-hostap-plx................. Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors"
31 default m if CONFIG_DEVEL
32 depends BR2_PACKAGE_KMOD_HOSTAP
34 Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
35 driver and its help text includes more information about the Host AP
38 http://hostap.epitest.fi/