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