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