netwave: move driver to staging
[deliverable/linux.git] / drivers / net / wireless / Kconfig
1 #
2 # Wireless LAN device configuration
3 #
4
5 menuconfig WLAN
6 bool "Wireless LAN"
7 depends on !S390
8 select WIRELESS
9 default y
10 ---help---
11 This section contains all the pre 802.11 and 802.11 wireless
12 device drivers. For a complete list of drivers and documentation
13 on them refer to the wireless wiki:
14
15 http://wireless.kernel.org/en/users/Drivers
16
17 if WLAN
18
19 menuconfig WLAN_PRE80211
20 bool "Wireless LAN (pre-802.11)"
21 depends on NETDEVICES
22 ---help---
23 Say Y if you have any pre-802.11 wireless LAN hardware.
24
25 This option does not affect the kernel build, it only
26 lets you choose drivers.
27
28 menuconfig WLAN_80211
29 bool "Wireless LAN (IEEE 802.11)"
30 depends on NETDEVICES
31 ---help---
32 Say Y if you have any 802.11 wireless LAN hardware.
33
34 This option does not affect the kernel build, it only
35 lets you choose drivers.
36
37 config PCMCIA_RAYCS
38 tristate "Aviator/Raytheon 2.4GHz wireless support"
39 depends on PCMCIA && WLAN_80211
40 select WIRELESS_EXT
41 select WEXT_SPY
42 select WEXT_PRIV
43 ---help---
44 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
45 (PC-card) wireless Ethernet networking card to your computer.
46 Please read the file <file:Documentation/networking/ray_cs.txt> for
47 details.
48
49 To compile this driver as a module, choose M here: the module will be
50 called ray_cs. If unsure, say N.
51
52 config LIBERTAS_THINFIRM
53 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
54 depends on WLAN_80211 && MAC80211
55 select FW_LOADER
56 ---help---
57 A library for Marvell Libertas 8xxx devices using thinfirm.
58
59 config LIBERTAS_THINFIRM_USB
60 tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
61 depends on LIBERTAS_THINFIRM && USB
62 ---help---
63 A driver for Marvell Libertas 8388 USB devices using thinfirm.
64
65 config AIRO
66 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
67 depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
68 select WIRELESS_EXT
69 select CRYPTO
70 select WEXT_SPY
71 select WEXT_PRIV
72 ---help---
73 This is the standard Linux driver to support Cisco/Aironet ISA and
74 PCI 802.11 wireless cards.
75 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
76 - with or without encryption) as well as card before the Cisco
77 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
78
79 This driver support both the standard Linux Wireless Extensions
80 and Cisco proprietary API, so both the Linux Wireless Tools and the
81 Cisco Linux utilities can be used to configure the card.
82
83 The driver can be compiled as a module and will be named "airo".
84
85 config ATMEL
86 tristate "Atmel at76c50x chipset 802.11b support"
87 depends on (PCI || PCMCIA) && WLAN_80211
88 select WIRELESS_EXT
89 select WEXT_PRIV
90 select FW_LOADER
91 select CRC32
92 ---help---
93 A driver 802.11b wireless cards based on the Atmel fast-vnet
94 chips. This driver supports standard Linux wireless extensions.
95
96 Many cards based on this chipset do not have flash memory
97 and need their firmware loaded at start-up. If yours is
98 one of these, you will need to provide a firmware image
99 to be loaded into the card by the driver. The Atmel
100 firmware package can be downloaded from
101 <http://www.thekelleys.org.uk/atmel>
102
103 config PCI_ATMEL
104 tristate "Atmel at76c506 PCI cards"
105 depends on ATMEL && PCI
106 ---help---
107 Enable support for PCI and mini-PCI cards containing the
108 Atmel at76c506 chip.
109
110 config PCMCIA_ATMEL
111 tristate "Atmel at76c502/at76c504 PCMCIA cards"
112 depends on ATMEL && PCMCIA
113 select WIRELESS_EXT
114 select FW_LOADER
115 select CRC32
116 ---help---
117 Enable support for PCMCIA cards containing the
118 Atmel at76c502 and at76c504 chips.
119
120 config AT76C50X_USB
121 tristate "Atmel at76c503/at76c505/at76c505a USB cards"
122 depends on MAC80211 && WLAN_80211 && USB
123 select FW_LOADER
124 ---help---
125 Enable support for USB Wireless devices using Atmel at76c503,
126 at76c505 or at76c505a chips.
127
128 config AIRO_CS
129 tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
130 depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
131 select WIRELESS_EXT
132 select CRYPTO
133 select CRYPTO_AES
134 ---help---
135 This is the standard Linux driver to support Cisco/Aironet PCMCIA
136 802.11 wireless cards. This driver is the same as the Aironet
137 driver part of the Linux Pcmcia package.
138 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
139 - with or without encryption) as well as card before the Cisco
140 acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
141 supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
142 802.11b cards.
143
144 This driver support both the standard Linux Wireless Extensions
145 and Cisco proprietary API, so both the Linux Wireless Tools and the
146 Cisco Linux utilities can be used to configure the card.
147
148 config PCMCIA_WL3501
149 tristate "Planet WL3501 PCMCIA cards"
150 depends on EXPERIMENTAL && PCMCIA && WLAN_80211
151 select WIRELESS_EXT
152 select WEXT_SPY
153 help
154 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
155 It has basic support for Linux wireless extensions and initial
156 micro support for ethtool.
157
158 config PRISM54
159 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
160 depends on PCI && EXPERIMENTAL && WLAN_80211
161 select WIRELESS_EXT
162 select WEXT_SPY
163 select WEXT_PRIV
164 select FW_LOADER
165 ---help---
166 This enables support for FullMAC PCI/Cardbus prism54 devices. This
167 driver is now deprecated in favor for the SoftMAC driver, p54pci.
168 p54pci supports FullMAC PCI/Cardbus devices as well. For details on
169 the scheduled removal of this driver on the kernel see the feature
170 removal schedule:
171
172 Documentation/feature-removal-schedule.txt
173
174 For more information refer to the p54 wiki:
175
176 http://wireless.kernel.org/en/users/Drivers/p54
177
178 Note: You need a motherboard with DMA support to use any of these cards
179
180 When built as module you get the module prism54
181
182 config USB_ZD1201
183 tristate "USB ZD1201 based Wireless device support"
184 depends on USB && WLAN_80211
185 select WIRELESS_EXT
186 select WEXT_PRIV
187 select FW_LOADER
188 ---help---
189 Say Y if you want to use wireless LAN adapters based on the ZyDAS
190 ZD1201 chip.
191
192 This driver makes the adapter appear as a normal Ethernet interface,
193 typically on wlan0.
194
195 The zd1201 device requires external firmware to be loaded.
196 This can be found at http://linux-lc100020.sourceforge.net/
197
198 To compile this driver as a module, choose M here: the
199 module will be called zd1201.
200
201 config USB_NET_RNDIS_WLAN
202 tristate "Wireless RNDIS USB support"
203 depends on USB && WLAN_80211 && EXPERIMENTAL
204 depends on CFG80211
205 select USB_USBNET
206 select USB_NET_CDCETHER
207 select USB_NET_RNDIS_HOST
208 ---help---
209 This is a driver for wireless RNDIS devices.
210 These are USB based adapters found in devices such as:
211
212 Buffalo WLI-U2-KG125S
213 U.S. Robotics USR5421
214 Belkin F5D7051
215 Linksys WUSB54GSv2
216 Linksys WUSB54GSC
217 Asus WL169gE
218 Eminent EM4045
219 BT Voyager 1055
220 Linksys WUSB54GSv1
221 U.S. Robotics USR5420
222 BUFFALO WLI-USB-G54
223
224 All of these devices are based on Broadcom 4320 chip which is the
225 only wireless RNDIS chip known to date.
226
227 If you choose to build a module, it'll be called rndis_wlan.
228
229 config RTL8180
230 tristate "Realtek 8180/8185 PCI support"
231 depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
232 select EEPROM_93CX6
233 ---help---
234 This is a driver for RTL8180 and RTL8185 based cards.
235 These are PCI based chips found in cards such as:
236
237 (RTL8185 802.11g)
238 A-Link WL54PC
239
240 (RTL8180 802.11b)
241 Belkin F5D6020 v3
242 Belkin F5D6020 v3
243 Dlink DWL-610
244 Dlink DWL-510
245 Netgear MA521
246 Level-One WPC-0101
247 Acer Aspire 1357 LMi
248 VCTnet PC-11B1
249 Ovislink AirLive WL-1120PCM
250 Mentor WL-PCI
251 Linksys WPC11 v4
252 TrendNET TEW-288PI
253 D-Link DWL-520 Rev D
254 Repotec RP-WP7126
255 TP-Link TL-WN250/251
256 Zonet ZEW1000
257 Longshine LCS-8031-R
258 HomeLine HLW-PCC200
259 GigaFast WF721-AEX
260 Planet WL-3553
261 Encore ENLWI-PCI1-NT
262 TrendNET TEW-266PC
263 Gigabyte GN-WLMR101
264 Siemens-fujitsu Amilo D1840W
265 Edimax EW-7126
266 PheeNet WL-11PCIR
267 Tonze PC-2100T
268 Planet WL-8303
269 Dlink DWL-650 v M1
270 Edimax EW-7106
271 Q-Tec 770WC
272 Topcom Skyr@cer 4011b
273 Roper FreeLan 802.11b (edition 2004)
274 Wistron Neweb Corp CB-200B
275 Pentagram HorNET
276 QTec 775WC
277 TwinMOS Booming B Series
278 Micronet SP906BB
279 Sweex LC700010
280 Surecom EP-9428
281 Safecom SWLCR-1100
282
283 Thanks to Realtek for their support!
284
285 config RTL8187
286 tristate "Realtek 8187 and 8187B USB support"
287 depends on MAC80211 && USB && WLAN_80211
288 select EEPROM_93CX6
289 ---help---
290 This is a driver for RTL8187 and RTL8187B based cards.
291 These are USB based chips found in devices such as:
292
293 Netgear WG111v2
294 Level 1 WNC-0301USB
295 Micronet SP907GK V5
296 Encore ENUWI-G2
297 Trendnet TEW-424UB
298 ASUS P5B Deluxe/P5K Premium motherboards
299 Toshiba Satellite Pro series of laptops
300 Asus Wireless Link
301 Linksys WUSB54GC-EU v2
302 (v1 = rt73usb; v3 is rt2070-based,
303 use staging/rt3070 or try rt2800usb)
304
305 Thanks to Realtek for their support!
306
307 # If possible, automatically enable LEDs for RTL8187.
308
309 config RTL8187_LEDS
310 bool
311 depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187)
312 default y
313
314 config ADM8211
315 tristate "ADMtek ADM8211 support"
316 depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
317 select CRC32
318 select EEPROM_93CX6
319 ---help---
320 This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
321 These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
322
323 Xterasys Cardbus XN-2411b
324 Blitz NetWave Point PC
325 TrendNet 221pc
326 Belkin F5D6001
327 SMC 2635W
328 Linksys WPC11 v1
329 Fiberline FL-WL-200X
330 3com Office Connect (3CRSHPW796)
331 Corega WLPCIB-11
332 SMC 2602W V2 EU
333 D-Link DWL-520 Revision C
334
335 However, some of these cards have been replaced with other chips
336 like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
337 the Ralink RT2400 (SMC2635W) without a model number change.
338
339 Thanks to Infineon-ADMtek for their support of this driver.
340
341 config MAC80211_HWSIM
342 tristate "Simulated radio testing tool for mac80211"
343 depends on MAC80211 && WLAN_80211
344 ---help---
345 This driver is a developer testing tool that can be used to test
346 IEEE 802.11 networking stack (mac80211) functionality. This is not
347 needed for normal wireless LAN usage and is only for testing. See
348 Documentation/networking/mac80211_hwsim for more information on how
349 to use this tool.
350
351 To compile this driver as a module, choose M here: the module will be
352 called mac80211_hwsim. If unsure, say N.
353
354 config MWL8K
355 tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
356 depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
357 ---help---
358 This driver supports Marvell TOPDOG 802.11 wireless cards.
359
360 To compile this driver as a module, choose M here: the module
361 will be called mwl8k. If unsure, say N.
362
363 source "drivers/net/wireless/ath/Kconfig"
364 source "drivers/net/wireless/b43/Kconfig"
365 source "drivers/net/wireless/b43legacy/Kconfig"
366 source "drivers/net/wireless/hostap/Kconfig"
367 source "drivers/net/wireless/ipw2x00/Kconfig"
368 source "drivers/net/wireless/iwlwifi/Kconfig"
369 source "drivers/net/wireless/iwmc3200wifi/Kconfig"
370 source "drivers/net/wireless/libertas/Kconfig"
371 source "drivers/net/wireless/orinoco/Kconfig"
372 source "drivers/net/wireless/p54/Kconfig"
373 source "drivers/net/wireless/rt2x00/Kconfig"
374 source "drivers/net/wireless/wl12xx/Kconfig"
375 source "drivers/net/wireless/zd1211rw/Kconfig"
376
377 endif # WLAN
This page took 0.039787 seconds and 5 git commands to generate.