xref: /openbmc/linux/drivers/net/wireless/Kconfig (revision 8476a6571005f9440adda08ca4d6c69c7f4db30b)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Wireless LAN device configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
52a5e1c0eSJohannes Bergmenu "Wireless LAN"
6f54bfc0eSMartin Schwidefsky	depends on !S390
72a5e1c0eSJohannes Berg
82a5e1c0eSJohannes Bergconfig WLAN_PRE80211
92a5e1c0eSJohannes Berg	bool "Wireless LAN (pre-802.11)"
101da177e4SLinus Torvalds	depends on NETDEVICES
111da177e4SLinus Torvalds	---help---
122a5e1c0eSJohannes Berg	  Say Y if you have any pre-802.11 wireless LAN hardware.
131da177e4SLinus Torvalds
142a5e1c0eSJohannes Berg	  This option does not affect the kernel build, it only
1542431592SJohn W. Linville	  lets you choose drivers.
161da177e4SLinus Torvalds
17a60f28faSDavid S. Millerconfig STRIP
18a60f28faSDavid S. Miller	tristate "STRIP (Metricom starmode radio IP)"
19a60f28faSDavid S. Miller	depends on INET && WLAN_PRE80211
20a60f28faSDavid S. Miller	select WIRELESS_EXT
21a60f28faSDavid S. Miller	---help---
22a60f28faSDavid S. Miller	  Say Y if you have a Metricom radio and intend to use Starmode Radio
23a60f28faSDavid S. Miller	  IP. STRIP is a radio protocol developed for the MosquitoNet project
24a60f28faSDavid S. Miller	  (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet
25a60f28faSDavid S. Miller	  traffic using Metricom radios.  Metricom radios are small, battery
26a60f28faSDavid S. Miller	  powered, 100kbit/sec packet radio transceivers, about the size and
27a60f28faSDavid S. Miller	  weight of a cellular telephone. (You may also have heard them called
28a60f28faSDavid S. Miller	  "Metricom modems" but we avoid the term "modem" because it misleads
29a60f28faSDavid S. Miller	  many people into thinking that you can plug a Metricom modem into a
30a60f28faSDavid S. Miller	  phone line and use it as a modem.)
31a60f28faSDavid S. Miller
32a60f28faSDavid S. Miller	  You can use STRIP on any Linux machine with a serial port, although
33a60f28faSDavid S. Miller	  it is obviously most useful for people with laptop computers. If you
34a60f28faSDavid S. Miller	  think you might get a Metricom radio in the future, there is no harm
35a60f28faSDavid S. Miller	  in saying Y to STRIP now, except that it makes the kernel a bit
36a60f28faSDavid S. Miller	  bigger.
37a60f28faSDavid S. Miller
38a60f28faSDavid S. Miller	  To compile this as a module, choose M here: the module will be
39a60f28faSDavid S. Miller	  called strip.
40a60f28faSDavid S. Miller
411da177e4SLinus Torvaldsconfig ARLAN
421da177e4SLinus Torvalds	tristate "Aironet Arlan 655 & IC2200 DS support"
432a5e1c0eSJohannes Berg	depends on ISA && !64BIT && WLAN_PRE80211
442a5e1c0eSJohannes Berg	select WIRELESS_EXT
451da177e4SLinus Torvalds	---help---
461da177e4SLinus Torvalds	  Aironet makes Arlan, a class of wireless LAN adapters. These use the
471da177e4SLinus Torvalds	  www.Telxon.com chip, which is also used on several similar cards.
481da177e4SLinus Torvalds	  This driver is tested on the 655 and IC2200 series cards. Look at
491da177e4SLinus Torvalds	  <http://www.ylenurme.ee/~elmer/655/> for the latest information.
501da177e4SLinus Torvalds
511da177e4SLinus Torvalds	  The driver is built as two modules, arlan and arlan-proc. The latter
521da177e4SLinus Torvalds	  is the /proc interface and is not needed most of time.
531da177e4SLinus Torvalds
541da177e4SLinus Torvalds	  On some computers the card ends up in non-valid state after some
551da177e4SLinus Torvalds	  time. Use a ping-reset script to clear it.
561da177e4SLinus Torvalds
571da177e4SLinus Torvaldsconfig WAVELAN
581da177e4SLinus Torvalds	tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
592a5e1c0eSJohannes Berg	depends on ISA && WLAN_PRE80211
602a5e1c0eSJohannes Berg	select WIRELESS_EXT
611da177e4SLinus Torvalds	---help---
621da177e4SLinus Torvalds	  The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
631da177e4SLinus Torvalds	  a Radio LAN (wireless Ethernet-like Local Area Network) using the
641da177e4SLinus Torvalds	  radio frequencies 900 MHz and 2.4 GHz.
651da177e4SLinus Torvalds
661da177e4SLinus Torvalds	  If you want to use an ISA WaveLAN card under Linux, say Y and read
671da177e4SLinus Torvalds	  the Ethernet-HOWTO, available from
681da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>. Some more specific
691da177e4SLinus Torvalds	  information is contained in
701da177e4SLinus Torvalds	  <file:Documentation/networking/wavelan.txt> and in the source code
71889c94a1SJohann Felix Soden	  <file:drivers/net/wireless/wavelan.p.h>.
721da177e4SLinus Torvalds
731da177e4SLinus Torvalds	  You will also need the wireless tools package available from
741da177e4SLinus Torvalds	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
751da177e4SLinus Torvalds	  Please read the man pages contained therein.
761da177e4SLinus Torvalds
771da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module will be
781da177e4SLinus Torvalds	  called wavelan.
791da177e4SLinus Torvalds
801da177e4SLinus Torvaldsconfig PCMCIA_WAVELAN
811da177e4SLinus Torvalds	tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
822a5e1c0eSJohannes Berg	depends on PCMCIA && WLAN_PRE80211
832a5e1c0eSJohannes Berg	select WIRELESS_EXT
841da177e4SLinus Torvalds	help
851da177e4SLinus Torvalds	  Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
861da177e4SLinus Torvalds	  (PC-card) wireless Ethernet networking card to your computer.  This
871da177e4SLinus Torvalds	  driver is for the non-IEEE-802.11 Wavelan cards.
881da177e4SLinus Torvalds
891da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module will be
901da177e4SLinus Torvalds	  called wavelan_cs.  If unsure, say N.
911da177e4SLinus Torvalds
921da177e4SLinus Torvaldsconfig PCMCIA_NETWAVE
931da177e4SLinus Torvalds	tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
942a5e1c0eSJohannes Berg	depends on PCMCIA && WLAN_PRE80211
952a5e1c0eSJohannes Berg	select WIRELESS_EXT
961da177e4SLinus Torvalds	help
971da177e4SLinus Torvalds	  Say Y here if you intend to attach this type of PCMCIA (PC-card)
981da177e4SLinus Torvalds	  wireless Ethernet networking card to your computer.
991da177e4SLinus Torvalds
1001da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module will be
1011da177e4SLinus Torvalds	  called netwave_cs.  If unsure, say N.
1021da177e4SLinus Torvalds
1032a5e1c0eSJohannes Berg
1042a5e1c0eSJohannes Bergconfig WLAN_80211
1052a5e1c0eSJohannes Berg	bool "Wireless LAN (IEEE 802.11)"
1062a5e1c0eSJohannes Berg	depends on NETDEVICES
1072a5e1c0eSJohannes Berg	---help---
1082a5e1c0eSJohannes Berg	  Say Y if you have any 802.11 wireless LAN hardware.
1092a5e1c0eSJohannes Berg
1102a5e1c0eSJohannes Berg	  This option does not affect the kernel build, it only
11142431592SJohn W. Linville	  lets you choose drivers.
1121da177e4SLinus Torvalds
1131da177e4SLinus Torvaldsconfig PCMCIA_RAYCS
114*8476a657SErik Ekman	tristate "Aviator/Raytheon 2.4GHz wireless support"
1152a5e1c0eSJohannes Berg	depends on PCMCIA && WLAN_80211
1162a5e1c0eSJohannes Berg	select WIRELESS_EXT
1171da177e4SLinus Torvalds	---help---
1181da177e4SLinus Torvalds	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
1191da177e4SLinus Torvalds	  (PC-card) wireless Ethernet networking card to your computer.
1201da177e4SLinus Torvalds	  Please read the file <file:Documentation/networking/ray_cs.txt> for
1211da177e4SLinus Torvalds	  details.
1221da177e4SLinus Torvalds
1231da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module will be
1241da177e4SLinus Torvalds	  called ray_cs.  If unsure, say N.
1251da177e4SLinus Torvalds
126084708b6SHolger Schurigconfig LIBERTAS
127084708b6SHolger Schurig	tristate "Marvell 8xxx Libertas WLAN driver support"
128084708b6SHolger Schurig	depends on WLAN_80211
129aaf44a06SDan Williams	select WIRELESS_EXT
1307e272fcfSJohn W. Linville	select LIB80211
131876c9d3aSMarcelo Tosatti	select FW_LOADER
132876c9d3aSMarcelo Tosatti	---help---
133084708b6SHolger Schurig	  A library for Marvell Libertas 8xxx devices.
134084708b6SHolger Schurig
135084708b6SHolger Schurigconfig LIBERTAS_USB
136084708b6SHolger Schurig	tristate "Marvell Libertas 8388 USB 802.11b/g cards"
137084708b6SHolger Schurig	depends on LIBERTAS && USB
138084708b6SHolger Schurig	---help---
139876c9d3aSMarcelo Tosatti	  A driver for Marvell Libertas 8388 USB devices.
140876c9d3aSMarcelo Tosatti
14127590d06SHolger Schurigconfig LIBERTAS_CS
14227590d06SHolger Schurig	tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
1437d579611SHolger Schurig	depends on LIBERTAS && PCMCIA
14427590d06SHolger Schurig	select FW_LOADER
14527590d06SHolger Schurig	---help---
14627590d06SHolger Schurig	  A driver for Marvell Libertas 8385 CompactFlash devices.
14727590d06SHolger Schurig
148727c26edSPierre Ossmanconfig LIBERTAS_SDIO
149727c26edSPierre Ossman	tristate "Marvell Libertas 8385 and 8686 SDIO 802.11b/g cards"
150727c26edSPierre Ossman	depends on LIBERTAS && MMC
151727c26edSPierre Ossman	---help---
152727c26edSPierre Ossman	  A driver for Marvell Libertas 8385 and 8686 SDIO devices.
153727c26edSPierre Ossman
154084708b6SHolger Schurigconfig LIBERTAS_DEBUG
155084708b6SHolger Schurig	bool "Enable full debugging output in the Libertas module."
156084708b6SHolger Schurig	depends on LIBERTAS
157876c9d3aSMarcelo Tosatti	---help---
158876c9d3aSMarcelo Tosatti	  Debugging support.
159876c9d3aSMarcelo Tosatti
160d9c63504SLuis Carlos Coboconfig LIBERTAS_THINFIRM
161d9c63504SLuis Carlos Cobo	tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
162d9c63504SLuis Carlos Cobo	depends on WLAN_80211 && MAC80211
163d9c63504SLuis Carlos Cobo	select FW_LOADER
164d9c63504SLuis Carlos Cobo	---help---
165d9c63504SLuis Carlos Cobo	  A library for Marvell Libertas 8xxx devices using thinfirm.
166d9c63504SLuis Carlos Cobo
167d9c63504SLuis Carlos Coboconfig LIBERTAS_THINFIRM_USB
168d9c63504SLuis Carlos Cobo	tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
169d9c63504SLuis Carlos Cobo	depends on LIBERTAS_THINFIRM && USB
170d9c63504SLuis Carlos Cobo	---help---
171d9c63504SLuis Carlos Cobo	  A driver for Marvell Libertas 8388 USB devices using thinfirm.
172d9c63504SLuis Carlos Cobo
1731da177e4SLinus Torvaldsconfig AIRO
1741da177e4SLinus Torvalds	tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
1752a5e1c0eSJohannes Berg	depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
1762a5e1c0eSJohannes Berg	select WIRELESS_EXT
177a39d3e79SAdrian Bunk	select CRYPTO
1781da177e4SLinus Torvalds	---help---
1791da177e4SLinus Torvalds	  This is the standard Linux driver to support Cisco/Aironet ISA and
1801da177e4SLinus Torvalds	  PCI 802.11 wireless cards.
1811da177e4SLinus Torvalds	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
1821da177e4SLinus Torvalds	  - with or without encryption) as well as card before the Cisco
18347c51431SJon Mason	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
1841da177e4SLinus Torvalds
1851da177e4SLinus Torvalds	  This driver support both the standard Linux Wireless Extensions
1861da177e4SLinus Torvalds	  and Cisco proprietary API, so both the Linux Wireless Tools and the
1871da177e4SLinus Torvalds	  Cisco Linux utilities can be used to configure the card.
1881da177e4SLinus Torvalds
1891da177e4SLinus Torvalds	  The driver can be compiled as a module and will be named "airo".
1901da177e4SLinus Torvalds
1911da177e4SLinus Torvaldsconfig HERMES
1921da177e4SLinus Torvalds	tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
1932a5e1c0eSJohannes Berg	depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211
1942a5e1c0eSJohannes Berg	select WIRELESS_EXT
1953994d502SDavid Kilroy	select FW_LOADER
19623edcc41SDavid Kilroy	select CRYPTO
19723edcc41SDavid Kilroy	select CRYPTO_MICHAEL_MIC
1981da177e4SLinus Torvalds	---help---
19909509603SMatt LaPlante	  A driver for 802.11b wireless cards based on the "Hermes" or
2001da177e4SLinus Torvalds	  Intersil HFA384x (Prism 2) MAC controller.  This includes the vast
2011da177e4SLinus Torvalds	  majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
2021da177e4SLinus Torvalds	  - except for the Cisco/Aironet cards.  Cards supported include the
2031da177e4SLinus Torvalds	  Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
2041da177e4SLinus Torvalds	  Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
2051da177e4SLinus Torvalds	  IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
2061da177e4SLinus Torvalds	  MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
2070f39c4abSJohn W. Linville	  IPW2011, and Symbol Spectrum24 High Rate amongst others.
2081da177e4SLinus Torvalds
2091da177e4SLinus Torvalds	  This option includes the guts of the driver, but in order to
2101da177e4SLinus Torvalds	  actually use a card you will also need to enable support for PCMCIA
2111da177e4SLinus Torvalds	  Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
2121da177e4SLinus Torvalds
2131da177e4SLinus Torvalds	  You will also very likely also need the Wireless Tools in order to
2141da177e4SLinus Torvalds	  configure your card and that /etc/pcmcia/wireless.opts works :
2151da177e4SLinus Torvalds	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>
2161da177e4SLinus Torvalds
21739d1ffeeSDavid Kilroyconfig HERMES_CACHE_FW_ON_INIT
21839d1ffeeSDavid Kilroy	bool "Cache Hermes firmware on driver initialisation"
21939d1ffeeSDavid Kilroy	depends on HERMES
22039d1ffeeSDavid Kilroy	default y
22139d1ffeeSDavid Kilroy	---help---
22239d1ffeeSDavid Kilroy	  Say Y to cache any firmware required by the Hermes drivers
22339d1ffeeSDavid Kilroy	  on startup.  The firmware will remain cached until the
22439d1ffeeSDavid Kilroy	  driver is unloaded.  The cache uses 64K of RAM.
22539d1ffeeSDavid Kilroy
22639d1ffeeSDavid Kilroy	  Otherwise load the firmware from userspace as required.  In
22739d1ffeeSDavid Kilroy	  this case the driver should be unloaded and restarted
22839d1ffeeSDavid Kilroy	  whenever the firmware is changed.
22939d1ffeeSDavid Kilroy
23039d1ffeeSDavid Kilroy	  If you are not sure, say Y.
23139d1ffeeSDavid Kilroy
2321da177e4SLinus Torvaldsconfig APPLE_AIRPORT
2331da177e4SLinus Torvalds	tristate "Apple Airport support (built-in)"
2341da177e4SLinus Torvalds	depends on PPC_PMAC && HERMES
2351da177e4SLinus Torvalds	help
2361da177e4SLinus Torvalds	  Say Y here to support the Airport 802.11b wireless Ethernet hardware
2371da177e4SLinus Torvalds	  built into the Macintosh iBook and other recent PowerPC-based
2381da177e4SLinus Torvalds	  Macintosh machines. This is essentially a Lucent Orinoco card with
239f1f56623SMichael Buesch	  a non-standard interface.
240f1f56623SMichael Buesch
241f1f56623SMichael Buesch	  This driver does not support the Airport Extreme (802.11b/g). Use
242f1f56623SMichael Buesch	  the BCM43xx driver for Airport Extreme cards.
2431da177e4SLinus Torvalds
2441da177e4SLinus Torvaldsconfig PLX_HERMES
2458c09e16bSPavel Roskin	tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)"
2468c09e16bSPavel Roskin	depends on PCI && HERMES
2471da177e4SLinus Torvalds	help
2481da177e4SLinus Torvalds	  Enable support for PCMCIA cards supported by the "Hermes" (aka
2491da177e4SLinus Torvalds	  orinoco) driver when used in PLX9052 based PCI adaptors.  These
2501da177e4SLinus Torvalds	  adaptors are not a full PCMCIA controller but act as a more limited
2511da177e4SLinus Torvalds	  PCI <-> PCMCIA bridge.  Several vendors sell such adaptors so that
2521da177e4SLinus Torvalds	  802.11b PCMCIA cards can be used in desktop machines.  The Netgear
2531da177e4SLinus Torvalds	  MA301 is such an adaptor.
2541da177e4SLinus Torvalds
2551da177e4SLinus Torvaldsconfig TMD_HERMES
2568c09e16bSPavel Roskin	tristate "Hermes in TMD7160 based PCI adaptor support"
2578c09e16bSPavel Roskin	depends on PCI && HERMES
2581da177e4SLinus Torvalds	help
2591da177e4SLinus Torvalds	  Enable support for PCMCIA cards supported by the "Hermes" (aka
2601da177e4SLinus Torvalds	  orinoco) driver when used in TMD7160 based PCI adaptors.  These
2611da177e4SLinus Torvalds	  adaptors are not a full PCMCIA controller but act as a more limited
2621da177e4SLinus Torvalds	  PCI <-> PCMCIA bridge.  Several vendors sell such adaptors so that
2631da177e4SLinus Torvalds	  802.11b PCMCIA cards can be used in desktop machines.
2641da177e4SLinus Torvalds
265ec829051SPavel Roskinconfig NORTEL_HERMES
266ec829051SPavel Roskin	tristate "Nortel emobility PCI adaptor support"
267ec829051SPavel Roskin	depends on PCI && HERMES
268ec829051SPavel Roskin	help
269ec829051SPavel Roskin	  Enable support for PCMCIA cards supported by the "Hermes" (aka
270ec829051SPavel Roskin	  orinoco) driver when used in Nortel emobility PCI adaptors.  These
271ec829051SPavel Roskin	  adaptors are not full PCMCIA controllers, but act as a more limited
272ec829051SPavel Roskin	  PCI <-> PCMCIA bridge.
273ec829051SPavel Roskin
2741da177e4SLinus Torvaldsconfig PCI_HERMES
2758c09e16bSPavel Roskin	tristate "Prism 2.5 PCI 802.11b adaptor support"
2768c09e16bSPavel Roskin	depends on PCI && HERMES
2771da177e4SLinus Torvalds	help
2781da177e4SLinus Torvalds	  Enable support for PCI and mini-PCI 802.11b wireless NICs based on
2791da177e4SLinus Torvalds	  the Prism 2.5 chipset.  These are true PCI cards, not the 802.11b
2801da177e4SLinus Torvalds	  PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
2811da177e4SLinus Torvalds	  common.  Some of the built-in wireless adaptors in laptops are of
2821da177e4SLinus Torvalds	  this variety.
2831da177e4SLinus Torvalds
2841da177e4SLinus Torvaldsconfig PCMCIA_HERMES
2851da177e4SLinus Torvalds	tristate "Hermes PCMCIA card support"
2862a5e1c0eSJohannes Berg	depends on PCMCIA && HERMES
2871da177e4SLinus Torvalds	---help---
2881da177e4SLinus Torvalds	  A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
2891da177e4SLinus Torvalds	  as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
2901da177e4SLinus Torvalds	  EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and
2911da177e4SLinus Torvalds	  others).  It should also be usable on various Prism II based cards
2921da177e4SLinus Torvalds	  such as the Linksys, D-Link and Farallon Skyline.  It should also
2931da177e4SLinus Torvalds	  work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN.
2941da177e4SLinus Torvalds
295cfbde697SFaidon Liambotis	  You will very likely need the Wireless Tools in order to
2961da177e4SLinus Torvalds	  configure your card and that /etc/pcmcia/wireless.opts works:
2971da177e4SLinus Torvalds	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
2981da177e4SLinus Torvalds
2993a48c4c2SPavel Roskinconfig PCMCIA_SPECTRUM
3003a48c4c2SPavel Roskin	tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
3012a5e1c0eSJohannes Berg	depends on PCMCIA && HERMES
3023a48c4c2SPavel Roskin	---help---
3033a48c4c2SPavel Roskin
3043a48c4c2SPavel Roskin	  This is a driver for 802.11b cards using RAM-loadable Symbol
3053a48c4c2SPavel Roskin	  firmware, such as Symbol Wireless Networker LA4100, CompactFlash
3063a48c4c2SPavel Roskin	  cards by Socket Communications and Intel PRO/Wireless 2011B.
3073a48c4c2SPavel Roskin
3083a48c4c2SPavel Roskin	  This driver requires firmware download on startup.  Utilities
3093a48c4c2SPavel Roskin	  for downloading Symbol firmware are available at
3103a48c4c2SPavel Roskin	  <http://sourceforge.net/projects/orinoco/>
3113a48c4c2SPavel Roskin
312e12dcb05SFaidon Liambotisconfig ATMEL
313e12dcb05SFaidon Liambotis      tristate "Atmel at76c50x chipset  802.11b support"
314e12dcb05SFaidon Liambotis      depends on (PCI || PCMCIA) && WLAN_80211
315e12dcb05SFaidon Liambotis      select WIRELESS_EXT
316e12dcb05SFaidon Liambotis      select FW_LOADER
317e12dcb05SFaidon Liambotis      select CRC32
318e12dcb05SFaidon Liambotis       ---help---
319e12dcb05SFaidon Liambotis        A driver 802.11b wireless cards based on the Atmel fast-vnet
320e12dcb05SFaidon Liambotis        chips. This driver supports standard Linux wireless extensions.
321e12dcb05SFaidon Liambotis
322e12dcb05SFaidon Liambotis        Many  cards based on this chipset do not have flash memory
323e12dcb05SFaidon Liambotis        and need their firmware loaded at start-up. If yours is
324e12dcb05SFaidon Liambotis        one of these, you will need to provide a firmware image
325e12dcb05SFaidon Liambotis        to be loaded into the card by the driver. The Atmel
326e12dcb05SFaidon Liambotis        firmware package can be downloaded from
327e12dcb05SFaidon Liambotis        <http://www.thekelleys.org.uk/atmel>
328e12dcb05SFaidon Liambotis
329e12dcb05SFaidon Liambotisconfig PCI_ATMEL
330e12dcb05SFaidon Liambotis      tristate "Atmel at76c506 PCI cards"
331e12dcb05SFaidon Liambotis      depends on ATMEL && PCI
332e12dcb05SFaidon Liambotis       ---help---
333e12dcb05SFaidon Liambotis        Enable support for PCI and mini-PCI cards containing the
334e12dcb05SFaidon Liambotis        Atmel at76c506 chip.
335e12dcb05SFaidon Liambotis
336e12dcb05SFaidon Liambotisconfig PCMCIA_ATMEL
337e12dcb05SFaidon Liambotis	tristate "Atmel at76c502/at76c504 PCMCIA cards"
338e12dcb05SFaidon Liambotis	depends on ATMEL && PCMCIA
339e12dcb05SFaidon Liambotis	select WIRELESS_EXT
340e12dcb05SFaidon Liambotis	select FW_LOADER
341e12dcb05SFaidon Liambotis	select CRC32
342e12dcb05SFaidon Liambotis	---help---
343e12dcb05SFaidon Liambotis	  Enable support for PCMCIA cards containing the
344e12dcb05SFaidon Liambotis	  Atmel at76c502 and at76c504 chips.
345e12dcb05SFaidon Liambotis
3461da177e4SLinus Torvaldsconfig AIRO_CS
3471da177e4SLinus Torvalds	tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
3482a5e1c0eSJohannes Berg	depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
3492a5e1c0eSJohannes Berg	select WIRELESS_EXT
350a39d3e79SAdrian Bunk	select CRYPTO
3518fa9ea18SRobert Schulze	select CRYPTO_AES
3521da177e4SLinus Torvalds	---help---
3531da177e4SLinus Torvalds	  This is the standard Linux driver to support Cisco/Aironet PCMCIA
3541da177e4SLinus Torvalds	  802.11 wireless cards.  This driver is the same as the Aironet
3551da177e4SLinus Torvalds	  driver part of the Linux Pcmcia package.
3561da177e4SLinus Torvalds	  It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
3571da177e4SLinus Torvalds	  - with or without encryption) as well as card before the Cisco
35847c51431SJon Mason	  acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
3591da177e4SLinus Torvalds	  supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
3601da177e4SLinus Torvalds	  802.11b cards.
3611da177e4SLinus Torvalds
3621da177e4SLinus Torvalds	  This driver support both the standard Linux Wireless Extensions
3631da177e4SLinus Torvalds	  and Cisco proprietary API, so both the Linux Wireless Tools and the
3641da177e4SLinus Torvalds	  Cisco Linux utilities can be used to configure the card.
3651da177e4SLinus Torvalds
3661da177e4SLinus Torvaldsconfig PCMCIA_WL3501
3671da177e4SLinus Torvalds      tristate "Planet WL3501 PCMCIA cards"
3682a5e1c0eSJohannes Berg      depends on EXPERIMENTAL && PCMCIA && WLAN_80211
3692a5e1c0eSJohannes Berg      select WIRELESS_EXT
3701da177e4SLinus Torvalds       ---help---
3711da177e4SLinus Torvalds         A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
3721da177e4SLinus Torvalds	 It has basic support for Linux wireless extensions and initial
3731da177e4SLinus Torvalds	 micro support for ethtool.
3741da177e4SLinus Torvalds
3751da177e4SLinus Torvaldsconfig PRISM54
3761da177e4SLinus Torvalds	tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus'
3772a5e1c0eSJohannes Berg	depends on PCI && EXPERIMENTAL && WLAN_80211
3782a5e1c0eSJohannes Berg	select WIRELESS_EXT
3791da177e4SLinus Torvalds	select FW_LOADER
3801da177e4SLinus Torvalds	---help---
3811da177e4SLinus Torvalds	  Enable PCI and Cardbus support for the following chipset based cards:
3821da177e4SLinus Torvalds
3831da177e4SLinus Torvalds	  ISL3880 - Prism GT            802.11 b/g
3841da177e4SLinus Torvalds	  ISL3877 - Prism Indigo        802.11 a
3851da177e4SLinus Torvalds	  ISL3890 - Prism Duette        802.11 a/b/g
3861da177e4SLinus Torvalds
3871da177e4SLinus Torvalds	  For a complete list of supported cards visit <http://prism54.org>.
3881da177e4SLinus Torvalds	  Here is the latest confirmed list of supported cards:
3891da177e4SLinus Torvalds
390c8920ba0SDaniel Andersen	  3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1)
3911da177e4SLinus Torvalds	  Allnet ALL0271 PCI Card
3921da177e4SLinus Torvalds	  Compex WL54G Cardbus Card
3931da177e4SLinus Torvalds	  Corega CG-WLCB54GT Cardbus Card
3941da177e4SLinus Torvalds	  D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
3951da177e4SLinus Torvalds	  I-O Data WN-G54/CB Cardbus Card
3961da177e4SLinus Torvalds	  Kobishi XG-300 aka Z-Com Cardbus Card
3971da177e4SLinus Torvalds	  Netgear WG511 Cardbus Card
3981da177e4SLinus Torvalds	  Ovislink WL-5400PCI PCI Card
3991da177e4SLinus Torvalds	  Peabird WLG-PCI PCI Card
4001da177e4SLinus Torvalds	  Sitecom WL-100i Cardbus Card
4011da177e4SLinus Torvalds	  Sitecom WL-110i PCI Card
4021da177e4SLinus Torvalds	  SMC2802W -    EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
4031da177e4SLinus Torvalds	  SMC2835W -    EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
4041da177e4SLinus Torvalds	  SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
4051da177e4SLinus Torvalds	  Z-Com XG-900 PCI Card
4061da177e4SLinus Torvalds	  Zyxel G-100 Cardbus Card
4071da177e4SLinus Torvalds
4081da177e4SLinus Torvalds	  If you enable this you will need a firmware file as well.
4091da177e4SLinus Torvalds	  You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
4101da177e4SLinus Torvalds	  You can get this non-GPL'd firmware file from the Prism54 project page:
4111da177e4SLinus Torvalds	  <http://prism54.org>
4121da177e4SLinus Torvalds	  You will also need the /etc/hotplug/firmware.agent script from
4131da177e4SLinus Torvalds	  a current hotplug package.
4141da177e4SLinus Torvalds
4151da177e4SLinus Torvalds	  Note: You need a motherboard with DMA support to use any of these cards
4161da177e4SLinus Torvalds
4171da177e4SLinus Torvalds	  If you want to compile the driver as a module ( = code which can be
4181da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you want),
41939f5fb30SAlexander E. Patrakov	  say M here and read <file:Documentation/kbuild/modules.txt>.
42039f5fb30SAlexander E. Patrakov	  The module will be called prism54.ko.
4211da177e4SLinus Torvalds
4225c601d0cSPavel Machekconfig USB_ZD1201
4235c601d0cSPavel Machek	tristate "USB ZD1201 based Wireless device support"
4242a5e1c0eSJohannes Berg	depends on USB && WLAN_80211
4252a5e1c0eSJohannes Berg	select WIRELESS_EXT
4265c601d0cSPavel Machek	select FW_LOADER
4275c601d0cSPavel Machek	---help---
4285c601d0cSPavel Machek	  Say Y if you want to use wireless LAN adapters based on the ZyDAS
4295c601d0cSPavel Machek	  ZD1201 chip.
4305c601d0cSPavel Machek
4315c601d0cSPavel Machek	  This driver makes the adapter appear as a normal Ethernet interface,
4325c601d0cSPavel Machek	  typically on wlan0.
4335c601d0cSPavel Machek
4345c601d0cSPavel Machek	  The zd1201 device requires external firmware to be loaded.
4355c601d0cSPavel Machek	  This can be found at http://linux-lc100020.sourceforge.net/
4365c601d0cSPavel Machek
4375c601d0cSPavel Machek	  To compile this driver as a module, choose M here: the
4385c601d0cSPavel Machek	  module will be called zd1201.
4395c601d0cSPavel Machek
440bf164cc0SJussi Kivilinnaconfig USB_NET_RNDIS_WLAN
441bf164cc0SJussi Kivilinna	tristate "Wireless RNDIS USB support"
442bf164cc0SJussi Kivilinna	depends on USB && WLAN_80211 && EXPERIMENTAL
443bf164cc0SJussi Kivilinna	select USB_USBNET
444bf164cc0SJussi Kivilinna	select USB_NET_CDCETHER
445bf164cc0SJussi Kivilinna	select USB_NET_RNDIS_HOST
446bf164cc0SJussi Kivilinna	select WIRELESS_EXT
447bf164cc0SJussi Kivilinna	---help---
448bf164cc0SJussi Kivilinna	  This is a driver for wireless RNDIS devices.
449bf164cc0SJussi Kivilinna	  These are USB based adapters found in devices such as:
450bf164cc0SJussi Kivilinna
451bf164cc0SJussi Kivilinna	  Buffalo WLI-U2-KG125S
452bf164cc0SJussi Kivilinna	  U.S. Robotics USR5421
453bf164cc0SJussi Kivilinna	  Belkin F5D7051
454bf164cc0SJussi Kivilinna	  Linksys WUSB54GSv2
455bf164cc0SJussi Kivilinna	  Linksys WUSB54GSC
456bf164cc0SJussi Kivilinna	  Asus WL169gE
457bf164cc0SJussi Kivilinna	  Eminent EM4045
458bf164cc0SJussi Kivilinna	  BT Voyager 1055
459bf164cc0SJussi Kivilinna	  Linksys WUSB54GSv1
460bf164cc0SJussi Kivilinna	  U.S. Robotics USR5420
461bf164cc0SJussi Kivilinna	  BUFFALO WLI-USB-G54
462bf164cc0SJussi Kivilinna
463bf164cc0SJussi Kivilinna	  All of these devices are based on Broadcom 4320 chip which is the
464bf164cc0SJussi Kivilinna	  only wireless RNDIS chip known to date.
465bf164cc0SJussi Kivilinna
466bf164cc0SJussi Kivilinna	  If you choose to build a module, it'll be called rndis_wlan.
467bf164cc0SJussi Kivilinna
468f6532111SMichael Wuconfig RTL8180
469f6532111SMichael Wu	tristate "Realtek 8180/8185 PCI support"
470f6532111SMichael Wu	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
471f6532111SMichael Wu	select EEPROM_93CX6
472f6532111SMichael Wu	---help---
473f6532111SMichael Wu	  This is a driver for RTL8180 and RTL8185 based cards.
474f6532111SMichael Wu	  These are PCI based chips found in cards such as:
475f6532111SMichael Wu
476f6532111SMichael Wu	  (RTL8185 802.11g)
477f6532111SMichael Wu	  A-Link WL54PC
478f6532111SMichael Wu
479f6532111SMichael Wu	  (RTL8180 802.11b)
480f6532111SMichael Wu	  Belkin F5D6020 v3
481f6532111SMichael Wu	  Belkin F5D6020 v3
482f6532111SMichael Wu	  Dlink DWL-610
483f6532111SMichael Wu	  Dlink DWL-510
484f6532111SMichael Wu	  Netgear MA521
485f6532111SMichael Wu	  Level-One WPC-0101
486f6532111SMichael Wu	  Acer Aspire 1357 LMi
487f6532111SMichael Wu	  VCTnet PC-11B1
488f6532111SMichael Wu	  Ovislink AirLive WL-1120PCM
489f6532111SMichael Wu	  Mentor WL-PCI
490f6532111SMichael Wu	  Linksys WPC11 v4
491f6532111SMichael Wu	  TrendNET TEW-288PI
492f6532111SMichael Wu	  D-Link DWL-520 Rev D
493f6532111SMichael Wu	  Repotec RP-WP7126
494f6532111SMichael Wu	  TP-Link TL-WN250/251
495f6532111SMichael Wu	  Zonet ZEW1000
496f6532111SMichael Wu	  Longshine LCS-8031-R
497f6532111SMichael Wu	  HomeLine HLW-PCC200
498f6532111SMichael Wu	  GigaFast WF721-AEX
499f6532111SMichael Wu	  Planet WL-3553
500f6532111SMichael Wu	  Encore ENLWI-PCI1-NT
501f6532111SMichael Wu	  TrendNET TEW-266PC
502f6532111SMichael Wu	  Gigabyte GN-WLMR101
503f6532111SMichael Wu	  Siemens-fujitsu Amilo D1840W
504f6532111SMichael Wu	  Edimax EW-7126
505f6532111SMichael Wu	  PheeNet WL-11PCIR
506f6532111SMichael Wu	  Tonze PC-2100T
507f6532111SMichael Wu	  Planet WL-8303
508f6532111SMichael Wu	  Dlink DWL-650 v M1
509f6532111SMichael Wu	  Edimax EW-7106
510f6532111SMichael Wu	  Q-Tec 770WC
511f6532111SMichael Wu	  Topcom Skyr@cer 4011b
512f6532111SMichael Wu	  Roper FreeLan 802.11b (edition 2004)
513f6532111SMichael Wu	  Wistron Neweb Corp CB-200B
514f6532111SMichael Wu	  Pentagram HorNET
515f6532111SMichael Wu	  QTec 775WC
516f6532111SMichael Wu	  TwinMOS Booming B Series
517f6532111SMichael Wu	  Micronet SP906BB
518f6532111SMichael Wu	  Sweex LC700010
519f6532111SMichael Wu	  Surecom EP-9428
520f6532111SMichael Wu	  Safecom SWLCR-1100
521f6532111SMichael Wu
522f6532111SMichael Wu	  Thanks to Realtek for their support!
523f6532111SMichael Wu
524605bebe2SMichael Wuconfig RTL8187
5255c036b21SHin-Tak Leung	tristate "Realtek 8187 and 8187B USB support"
526c8f96974SLarry Finger	depends on MAC80211 && USB && WLAN_80211
527605bebe2SMichael Wu	select EEPROM_93CX6
528605bebe2SMichael Wu	---help---
5295c036b21SHin-Tak Leung	  This is a driver for RTL8187 and RTL8187B based cards.
5305c036b21SHin-Tak Leung	  These are USB based chips found in devices such as:
531605bebe2SMichael Wu
532605bebe2SMichael Wu	  Netgear WG111v2
5335c036b21SHin-Tak Leung	  Level 1 WNC-0301USB
5345c036b21SHin-Tak Leung	  Micronet SP907GK V5
5355c036b21SHin-Tak Leung	  Encore ENUWI-G2
5365c036b21SHin-Tak Leung	  Trendnet TEW-424UB
5375c036b21SHin-Tak Leung	  ASUS P5B Deluxe
5385c036b21SHin-Tak Leung	  Toshiba Satellite Pro series of laptops
5397c7e6af3SAndrea Merello	  Asus Wireless Link
540605bebe2SMichael Wu
541605bebe2SMichael Wu	  Thanks to Realtek for their support!
542605bebe2SMichael Wu
543cc0b88cfSMichael Wuconfig ADM8211
544cc0b88cfSMichael Wu	tristate "ADMtek ADM8211 support"
545cc0b88cfSMichael Wu	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
546cc0b88cfSMichael Wu	select CRC32
547cc0b88cfSMichael Wu	select EEPROM_93CX6
548cc0b88cfSMichael Wu	---help---
549cc0b88cfSMichael Wu	  This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
550cc0b88cfSMichael Wu	  These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
551cc0b88cfSMichael Wu
552cc0b88cfSMichael Wu	  Xterasys Cardbus XN-2411b
553cc0b88cfSMichael Wu	  Blitz NetWave Point PC
554cc0b88cfSMichael Wu	  TrendNet 221pc
555cc0b88cfSMichael Wu	  Belkin F5D6001
556cc0b88cfSMichael Wu	  SMC 2635W
557cc0b88cfSMichael Wu	  Linksys WPC11 v1
558cc0b88cfSMichael Wu	  Fiberline FL-WL-200X
559cc0b88cfSMichael Wu	  3com Office Connect (3CRSHPW796)
560cc0b88cfSMichael Wu	  Corega WLPCIB-11
561cc0b88cfSMichael Wu	  SMC 2602W V2 EU
562cc0b88cfSMichael Wu	  D-Link DWL-520 Revision C
563cc0b88cfSMichael Wu
564cc0b88cfSMichael Wu	  However, some of these cards have been replaced with other chips
565cc0b88cfSMichael Wu	  like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
566cc0b88cfSMichael Wu	  the Ralink RT2400 (SMC2635W) without a model number change.
567cc0b88cfSMichael Wu
568cc0b88cfSMichael Wu	  Thanks to Infineon-ADMtek for their support of this driver.
569cc0b88cfSMichael Wu
570acc1e7a3SJouni Malinenconfig MAC80211_HWSIM
571acc1e7a3SJouni Malinen	tristate "Simulated radio testing tool for mac80211"
572acc1e7a3SJouni Malinen	depends on MAC80211 && WLAN_80211
573acc1e7a3SJouni Malinen	---help---
574acc1e7a3SJouni Malinen	  This driver is a developer testing tool that can be used to test
575acc1e7a3SJouni Malinen	  IEEE 802.11 networking stack (mac80211) functionality. This is not
576acc1e7a3SJouni Malinen	  needed for normal wireless LAN usage and is only for testing. See
577acc1e7a3SJouni Malinen	  Documentation/networking/mac80211_hwsim for more information on how
578acc1e7a3SJouni Malinen	  to use this tool.
579acc1e7a3SJouni Malinen
580acc1e7a3SJouni Malinen	  To compile this driver as a module, choose M here: the module will be
581acc1e7a3SJouni Malinen	  called mac80211_hwsim.  If unsure, say N.
582acc1e7a3SJouni Malinen
583fb269710SChristian Lampartersource "drivers/net/wireless/p54/Kconfig"
584e9ddc0f2SLuis R. Rodriguezsource "drivers/net/wireless/ath5k/Kconfig"
585f078f209SLuis R. Rodriguezsource "drivers/net/wireless/ath9k/Kconfig"
5860795cd29SJohn W. Linvillesource "drivers/net/wireless/ipw2x00/Kconfig"
587b481de9cSZhu Yisource "drivers/net/wireless/iwlwifi/Kconfig"
588ff1d2767SJouni Malinensource "drivers/net/wireless/hostap/Kconfig"
589e4d6b795SMichael Bueschsource "drivers/net/wireless/b43/Kconfig"
59075388acdSLarry Fingersource "drivers/net/wireless/b43legacy/Kconfig"
591e85d0918SDaniel Drakesource "drivers/net/wireless/zd1211rw/Kconfig"
59295ea3627SIvo van Doornsource "drivers/net/wireless/rt2x00/Kconfig"
59370e5e983SJohn W. Linville
5941da177e4SLinus Torvaldsendmenu
595