xref: /openbmc/linux/drivers/net/wireless/Kconfig (revision fd589a8f)
1#
2# Wireless LAN device configuration
3#
4
5menuconfig WLAN
6	bool "Wireless LAN"
7	depends on !S390
8	default y
9	---help---
10	  This section contains all the pre 802.11 and 802.11 wireless
11	  device drivers. For a complete list of drivers and documentation
12	  on them refer to the wireless wiki:
13
14	  http://wireless.kernel.org/en/users/Drivers
15
16if WLAN
17
18menuconfig WLAN_PRE80211
19	bool "Wireless LAN (pre-802.11)"
20	depends on NETDEVICES
21	---help---
22	  Say Y if you have any pre-802.11 wireless LAN hardware.
23
24	  This option does not affect the kernel build, it only
25	  lets you choose drivers.
26
27config STRIP
28	tristate "STRIP (Metricom starmode radio IP)"
29	depends on INET && WLAN_PRE80211
30	select WIRELESS_EXT
31	---help---
32	  Say Y if you have a Metricom radio and intend to use Starmode Radio
33	  IP. STRIP is a radio protocol developed for the MosquitoNet project
34	  (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet
35	  traffic using Metricom radios.  Metricom radios are small, battery
36	  powered, 100kbit/sec packet radio transceivers, about the size and
37	  weight of a cellular telephone. (You may also have heard them called
38	  "Metricom modems" but we avoid the term "modem" because it misleads
39	  many people into thinking that you can plug a Metricom modem into a
40	  phone line and use it as a modem.)
41
42	  You can use STRIP on any Linux machine with a serial port, although
43	  it is obviously most useful for people with laptop computers. If you
44	  think you might get a Metricom radio in the future, there is no harm
45	  in saying Y to STRIP now, except that it makes the kernel a bit
46	  bigger.
47
48	  To compile this as a module, choose M here: the module will be
49	  called strip.
50
51config ARLAN
52	tristate "Aironet Arlan 655 & IC2200 DS support"
53	depends on ISA && !64BIT && WLAN_PRE80211
54	select WIRELESS_EXT
55	---help---
56	  Aironet makes Arlan, a class of wireless LAN adapters. These use the
57	  www.Telxon.com chip, which is also used on several similar cards.
58	  This driver is tested on the 655 and IC2200 series cards. Look at
59	  <http://www.ylenurme.ee/~elmer/655/> for the latest information.
60
61	  The driver is built as two modules, arlan and arlan-proc. The latter
62	  is the /proc interface and is not needed most of time.
63
64	  On some computers the card ends up in non-valid state after some
65	  time. Use a ping-reset script to clear it.
66
67config WAVELAN
68	tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
69	depends on ISA && WLAN_PRE80211
70	select WIRELESS_EXT
71	---help---
72	  The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
73	  a Radio LAN (wireless Ethernet-like Local Area Network) using the
74	  radio frequencies 900 MHz and 2.4 GHz.
75
76	  If you want to use an ISA WaveLAN card under Linux, say Y and read
77	  the Ethernet-HOWTO, available from
78	  <http://www.tldp.org/docs.html#howto>. Some more specific
79	  information is contained in
80	  <file:Documentation/networking/wavelan.txt> and in the source code
81	  <file:drivers/net/wireless/wavelan.p.h>.
82
83	  You will also need the wireless tools package available from
84	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
85	  Please read the man pages contained therein.
86
87	  To compile this driver as a module, choose M here: the module will be
88	  called wavelan.
89
90config PCMCIA_WAVELAN
91	tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
92	depends on PCMCIA && WLAN_PRE80211
93	select WIRELESS_EXT
94	help
95	  Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
96	  (PC-card) wireless Ethernet networking card to your computer.  This
97	  driver is for the non-IEEE-802.11 Wavelan cards.
98
99	  To compile this driver as a module, choose M here: the module will be
100	  called wavelan_cs.  If unsure, say N.
101
102config PCMCIA_NETWAVE
103	tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
104	depends on PCMCIA && WLAN_PRE80211
105	select WIRELESS_EXT
106	help
107	  Say Y here if you intend to attach this type of PCMCIA (PC-card)
108	  wireless Ethernet networking card to your computer.
109
110	  To compile this driver as a module, choose M here: the module will be
111	  called netwave_cs.  If unsure, say N.
112
113
114menuconfig WLAN_80211
115	bool "Wireless LAN (IEEE 802.11)"
116	depends on NETDEVICES
117	---help---
118	  Say Y if you have any 802.11 wireless LAN hardware.
119
120	  This option does not affect the kernel build, it only
121	  lets you choose drivers.
122
123config PCMCIA_RAYCS
124	tristate "Aviator/Raytheon 2.4GHz wireless support"
125	depends on PCMCIA && WLAN_80211
126	select WIRELESS_EXT
127	---help---
128	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
129	  (PC-card) wireless Ethernet networking card to your computer.
130	  Please read the file <file:Documentation/networking/ray_cs.txt> for
131	  details.
132
133	  To compile this driver as a module, choose M here: the module will be
134	  called ray_cs.  If unsure, say N.
135
136config LIBERTAS
137	tristate "Marvell 8xxx Libertas WLAN driver support"
138	depends on WLAN_80211
139	select WIRELESS_EXT
140	select LIB80211
141	select FW_LOADER
142	---help---
143	  A library for Marvell Libertas 8xxx devices.
144
145config LIBERTAS_USB
146	tristate "Marvell Libertas 8388 USB 802.11b/g cards"
147	depends on LIBERTAS && USB
148	---help---
149	  A driver for Marvell Libertas 8388 USB devices.
150
151config LIBERTAS_CS
152	tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
153	depends on LIBERTAS && PCMCIA
154	select FW_LOADER
155	---help---
156	  A driver for Marvell Libertas 8385 CompactFlash devices.
157
158config LIBERTAS_SDIO
159	tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
160	depends on LIBERTAS && MMC
161	---help---
162	  A driver for Marvell Libertas 8385/8686/8688 SDIO devices.
163
164config LIBERTAS_SPI
165	tristate "Marvell Libertas 8686 SPI 802.11b/g cards"
166	depends on LIBERTAS && SPI
167	---help---
168	  A driver for Marvell Libertas 8686 SPI devices.
169
170config LIBERTAS_DEBUG
171	bool "Enable full debugging output in the Libertas module."
172	depends on LIBERTAS
173	---help---
174	  Debugging support.
175
176config LIBERTAS_THINFIRM
177	tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
178	depends on WLAN_80211 && MAC80211
179	select FW_LOADER
180	---help---
181	  A library for Marvell Libertas 8xxx devices using thinfirm.
182
183config LIBERTAS_THINFIRM_USB
184	tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
185	depends on LIBERTAS_THINFIRM && USB
186	---help---
187	  A driver for Marvell Libertas 8388 USB devices using thinfirm.
188
189config AIRO
190	tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
191	depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
192	select WIRELESS_EXT
193	select CRYPTO
194	---help---
195	  This is the standard Linux driver to support Cisco/Aironet ISA and
196	  PCI 802.11 wireless cards.
197	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
198	  - with or without encryption) as well as card before the Cisco
199	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
200
201	  This driver support both the standard Linux Wireless Extensions
202	  and Cisco proprietary API, so both the Linux Wireless Tools and the
203	  Cisco Linux utilities can be used to configure the card.
204
205	  The driver can be compiled as a module and will be named "airo".
206
207config ATMEL
208      tristate "Atmel at76c50x chipset  802.11b support"
209      depends on (PCI || PCMCIA) && WLAN_80211
210      select WIRELESS_EXT
211      select FW_LOADER
212      select CRC32
213       ---help---
214        A driver 802.11b wireless cards based on the Atmel fast-vnet
215        chips. This driver supports standard Linux wireless extensions.
216
217        Many  cards based on this chipset do not have flash memory
218        and need their firmware loaded at start-up. If yours is
219        one of these, you will need to provide a firmware image
220        to be loaded into the card by the driver. The Atmel
221        firmware package can be downloaded from
222        <http://www.thekelleys.org.uk/atmel>
223
224config PCI_ATMEL
225      tristate "Atmel at76c506 PCI cards"
226      depends on ATMEL && PCI
227       ---help---
228        Enable support for PCI and mini-PCI cards containing the
229        Atmel at76c506 chip.
230
231config PCMCIA_ATMEL
232	tristate "Atmel at76c502/at76c504 PCMCIA cards"
233	depends on ATMEL && PCMCIA
234	select WIRELESS_EXT
235	select FW_LOADER
236	select CRC32
237	---help---
238	  Enable support for PCMCIA cards containing the
239	  Atmel at76c502 and at76c504 chips.
240
241config AT76C50X_USB
242        tristate "Atmel at76c503/at76c505/at76c505a USB cards"
243        depends on MAC80211 && WLAN_80211 && USB
244        select FW_LOADER
245        ---help---
246          Enable support for USB Wireless devices using Atmel at76c503,
247          at76c505 or at76c505a chips.
248
249config AIRO_CS
250	tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
251	depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
252	select WIRELESS_EXT
253	select CRYPTO
254	select CRYPTO_AES
255	---help---
256	  This is the standard Linux driver to support Cisco/Aironet PCMCIA
257	  802.11 wireless cards.  This driver is the same as the Aironet
258	  driver part of the Linux Pcmcia package.
259	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
260	  - with or without encryption) as well as card before the Cisco
261	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
262	  supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
263	  802.11b cards.
264
265	  This driver support both the standard Linux Wireless Extensions
266	  and Cisco proprietary API, so both the Linux Wireless Tools and the
267	  Cisco Linux utilities can be used to configure the card.
268
269config PCMCIA_WL3501
270      tristate "Planet WL3501 PCMCIA cards"
271      depends on EXPERIMENTAL && PCMCIA && WLAN_80211
272      select WIRELESS_EXT
273       ---help---
274         A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
275	 It has basic support for Linux wireless extensions and initial
276	 micro support for ethtool.
277
278config PRISM54
279	tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
280	depends on PCI && EXPERIMENTAL && WLAN_80211
281	select WIRELESS_EXT
282	select FW_LOADER
283	---help---
284	  This enables support for FullMAC PCI/Cardbus prism54 devices. This
285	  driver is now deprecated in favor for the SoftMAC driver, p54pci.
286	  p54pci supports FullMAC PCI/Cardbus devices as well. For details on
287	  the scheduled removal of this driver on the kernel see the feature
288	  removal schedule:
289
290	  Documentation/feature-removal-schedule.txt
291
292	  For more information refer to the p54 wiki:
293
294	  http://wireless.kernel.org/en/users/Drivers/p54
295
296	  Note: You need a motherboard with DMA support to use any of these cards
297
298	  When built as module you get the module prism54
299
300config USB_ZD1201
301	tristate "USB ZD1201 based Wireless device support"
302	depends on USB && WLAN_80211
303	select WIRELESS_EXT
304	select FW_LOADER
305	---help---
306	  Say Y if you want to use wireless LAN adapters based on the ZyDAS
307	  ZD1201 chip.
308
309	  This driver makes the adapter appear as a normal Ethernet interface,
310	  typically on wlan0.
311
312	  The zd1201 device requires external firmware to be loaded.
313	  This can be found at http://linux-lc100020.sourceforge.net/
314
315	  To compile this driver as a module, choose M here: the
316	  module will be called zd1201.
317
318config USB_NET_RNDIS_WLAN
319	tristate "Wireless RNDIS USB support"
320	depends on USB && WLAN_80211 && EXPERIMENTAL
321	depends on CFG80211
322	select USB_USBNET
323	select USB_NET_CDCETHER
324	select USB_NET_RNDIS_HOST
325	---help---
326	  This is a driver for wireless RNDIS devices.
327	  These are USB based adapters found in devices such as:
328
329	  Buffalo WLI-U2-KG125S
330	  U.S. Robotics USR5421
331	  Belkin F5D7051
332	  Linksys WUSB54GSv2
333	  Linksys WUSB54GSC
334	  Asus WL169gE
335	  Eminent EM4045
336	  BT Voyager 1055
337	  Linksys WUSB54GSv1
338	  U.S. Robotics USR5420
339	  BUFFALO WLI-USB-G54
340
341	  All of these devices are based on Broadcom 4320 chip which is the
342	  only wireless RNDIS chip known to date.
343
344	  If you choose to build a module, it'll be called rndis_wlan.
345
346config RTL8180
347	tristate "Realtek 8180/8185 PCI support"
348	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
349	select EEPROM_93CX6
350	---help---
351	  This is a driver for RTL8180 and RTL8185 based cards.
352	  These are PCI based chips found in cards such as:
353
354	  (RTL8185 802.11g)
355	  A-Link WL54PC
356
357	  (RTL8180 802.11b)
358	  Belkin F5D6020 v3
359	  Belkin F5D6020 v3
360	  Dlink DWL-610
361	  Dlink DWL-510
362	  Netgear MA521
363	  Level-One WPC-0101
364	  Acer Aspire 1357 LMi
365	  VCTnet PC-11B1
366	  Ovislink AirLive WL-1120PCM
367	  Mentor WL-PCI
368	  Linksys WPC11 v4
369	  TrendNET TEW-288PI
370	  D-Link DWL-520 Rev D
371	  Repotec RP-WP7126
372	  TP-Link TL-WN250/251
373	  Zonet ZEW1000
374	  Longshine LCS-8031-R
375	  HomeLine HLW-PCC200
376	  GigaFast WF721-AEX
377	  Planet WL-3553
378	  Encore ENLWI-PCI1-NT
379	  TrendNET TEW-266PC
380	  Gigabyte GN-WLMR101
381	  Siemens-fujitsu Amilo D1840W
382	  Edimax EW-7126
383	  PheeNet WL-11PCIR
384	  Tonze PC-2100T
385	  Planet WL-8303
386	  Dlink DWL-650 v M1
387	  Edimax EW-7106
388	  Q-Tec 770WC
389	  Topcom Skyr@cer 4011b
390	  Roper FreeLan 802.11b (edition 2004)
391	  Wistron Neweb Corp CB-200B
392	  Pentagram HorNET
393	  QTec 775WC
394	  TwinMOS Booming B Series
395	  Micronet SP906BB
396	  Sweex LC700010
397	  Surecom EP-9428
398	  Safecom SWLCR-1100
399
400	  Thanks to Realtek for their support!
401
402config RTL8187
403	tristate "Realtek 8187 and 8187B USB support"
404	depends on MAC80211 && USB && WLAN_80211
405	select EEPROM_93CX6
406	---help---
407	  This is a driver for RTL8187 and RTL8187B based cards.
408	  These are USB based chips found in devices such as:
409
410	  Netgear WG111v2
411	  Level 1 WNC-0301USB
412	  Micronet SP907GK V5
413	  Encore ENUWI-G2
414	  Trendnet TEW-424UB
415	  ASUS P5B Deluxe/P5K Premium motherboards
416	  Toshiba Satellite Pro series of laptops
417	  Asus Wireless Link
418	  Linksys WUSB54GC-EU v2
419	    (v1 = rt73usb; v3 is rt2070-based,
420	     use staging/rt3070 or try rt2800usb)
421
422	  Thanks to Realtek for their support!
423
424# If possible, automatically enable LEDs for RTL8187.
425
426config RTL8187_LEDS
427	bool
428	depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187)
429	default y
430
431config ADM8211
432	tristate "ADMtek ADM8211 support"
433	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
434	select CRC32
435	select EEPROM_93CX6
436	---help---
437	  This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
438	  These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
439
440	  Xterasys Cardbus XN-2411b
441	  Blitz NetWave Point PC
442	  TrendNet 221pc
443	  Belkin F5D6001
444	  SMC 2635W
445	  Linksys WPC11 v1
446	  Fiberline FL-WL-200X
447	  3com Office Connect (3CRSHPW796)
448	  Corega WLPCIB-11
449	  SMC 2602W V2 EU
450	  D-Link DWL-520 Revision C
451
452	  However, some of these cards have been replaced with other chips
453	  like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
454	  the Ralink RT2400 (SMC2635W) without a model number change.
455
456	  Thanks to Infineon-ADMtek for their support of this driver.
457
458config MAC80211_HWSIM
459	tristate "Simulated radio testing tool for mac80211"
460	depends on MAC80211 && WLAN_80211
461	---help---
462	  This driver is a developer testing tool that can be used to test
463	  IEEE 802.11 networking stack (mac80211) functionality. This is not
464	  needed for normal wireless LAN usage and is only for testing. See
465	  Documentation/networking/mac80211_hwsim for more information on how
466	  to use this tool.
467
468	  To compile this driver as a module, choose M here: the module will be
469	  called mac80211_hwsim.  If unsure, say N.
470
471config MWL8K
472	tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
473	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
474	---help---
475	  This driver supports Marvell TOPDOG 802.11 wireless cards.
476
477	  To compile this driver as a module, choose M here: the module
478	  will be called mwl8k.  If unsure, say N.
479
480source "drivers/net/wireless/p54/Kconfig"
481source "drivers/net/wireless/ath/Kconfig"
482source "drivers/net/wireless/ipw2x00/Kconfig"
483source "drivers/net/wireless/iwlwifi/Kconfig"
484source "drivers/net/wireless/hostap/Kconfig"
485source "drivers/net/wireless/b43/Kconfig"
486source "drivers/net/wireless/b43legacy/Kconfig"
487source "drivers/net/wireless/zd1211rw/Kconfig"
488source "drivers/net/wireless/rt2x00/Kconfig"
489source "drivers/net/wireless/orinoco/Kconfig"
490source "drivers/net/wireless/wl12xx/Kconfig"
491source "drivers/net/wireless/iwmc3200wifi/Kconfig"
492
493endif # WLAN
494