sync hh.org
[hh.org.git] / drivers / net / wireless / acx / Kconfig
blob433ef1d7242bd3dd10dabfa37f02920e858ddfc9
1 config ACX
2         tristate "TI acx100/acx111 802.11b/g wireless chipsets"
3         depends on NET_RADIO && EXPERIMENTAL
4         select FW_LOADER
5         ---help---
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_PCI
19         bool "TI acx100/acx111 802.11b/g PCI"
20         depends on ACX && PCI
21         ---help---
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_USB
48         bool "TI acx100/acx111 802.11b/g USB"
49         depends on ACX && (USB=y || USB=ACX)
50         ---help---
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 'tiacx100usb' name.
62         Firmware files are not covered by GPL and are not distributed
63         with this driver for legal reasons.
65 config ACX_MEM
66         bool "TI acx100/acx111 802.11b/g memory mapped slave 16 interface"
67         depends on ACX
68         ---help---
69         acx chipsets need their firmware loaded at startup.
70         You will need to provide a firmware image via hotplug.
72         Firmware for USB device is requested from hotplug
73         by the 'tiacx100usb' name.
75         Firmware files are not covered by GPL and are not distributed
76         with this driver for legal reasons.
78 config ACX_HX4700
79         tristate "ACX support for the iPAQ hx4700 using ACX_MEM"
80         depends on HX4700_CORE && ACX_MEM
81         ---help---
82         Include memory interface support in acx for the iPAQ hx4700.
84 config ACX_H4000
85         tristate "ACX support for the iPAQ h4000 using ACX_MEM"
86         depends on MACH_H4000 && ACX_MEM
87         ---help---
88         Include memory interface support in acx for the iPAQ h4000.
91 config ACX_HTCUNIVERSAL
92         tristate "ACX support for the HTC Universal using ACX_MEM"
93         depends on HTCUNIVERSAL_CORE && HTC_ASIC3 && ACX_MEM
94         ---help---
95         Include memory interface support in acx for the HTC Universal.
98 config ACX_HTCSABLE
99         tristate "ACX support for the HTC Sable (IPAQ hw6915) using ACX_MEM"
100         depends on MACH_HW6900 && HTC_ASIC3 && ACX_MEM
101         ---help---
102         Include memory interface support in acx for the HTC Sable (IPAQ hw6915).
104 config ACX_RX3715
105         tristate "ACX support for the iPAQ rx3715 using ACX_MEM"
106         depends on MACH_RX3715 && ACX_MEM && LEDS_ASIC3
107         ---help---
108         Include memory interface support in acx for the IPAQ rx3715.