2 tristate "TI acx100/acx111 802.11b/g wireless chipsets"
3 depends on WLAN_80211 && MAC80211 && EXPERIMENTAL && (USB || PCI)
6 A driver for 802.11b/g wireless cards based on
7 Texas Instruments acx100 and acx111 chipsets.
9 This driver supports Host AP mode that allows
10 your computer to act as an IEEE 802.11 access point.
11 This driver is new and experimental.
13 Texas Instruments did not take part in development of this driver
14 in any way, shape or form.
16 The driver can be compiled as a module and will be named "acx".
18 config ACX_MAC80211_PCI
19 bool "TI acx100/acx111 802.11b/g PCI"
20 depends on ACX_MAC80211 && PCI
22 Include PCI and CardBus support in acx.
24 acx chipsets need their firmware loaded at startup.
25 You will need to provide a firmware image via hotplug.
27 Firmware may be in a form of single image 40-100kb in size
28 (a 'combined' firmware) or two images - main image
29 (again 40-100kb) and radio image (~10kb or less).
31 Firmware images are requested from hotplug using following names:
33 tiacx100 - main firmware image for acx100 chipset
34 tiacx100rNN - radio acx100 firmware for radio type NN
35 tiacx100cNN - combined acx100 firmware for radio type NN
36 tiacx111 - main acx111 firmware
37 tiacx111rNN - radio acx111 firmware for radio type NN
38 tiacx111cNN - combined acx111 firmware for radio type NN
40 Driver will attempt to load combined image first.
41 If no such image is found, it will try to load main image
42 and radio image instead.
44 Firmware files are not covered by GPL and are not distributed
45 with this driver for legal reasons.
47 config ACX_MAC80211_USB
48 bool "TI acx100/acx111 802.11b/g USB"
49 depends on ACX_MAC80211 && (USB=y || USB=ACX_MAC80211)
51 Include USB support in acx.
53 There is only one currently known device in this category,
54 D-Link DWL-120+, but newer devices seem to be on the horizon.
56 acx chipsets need their firmware loaded at startup.
57 You will need to provide a firmware image via hotplug.
59 Firmware for USB device is requested from hotplug
60 by the 'tiacx1NNusbcNN' name.
62 Firmware files are not covered by GPL and are not distributed
63 with this driver for legal reasons.