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 | |
Steve deRosier | e9bd5bc | 2010-04-25 14:40:46 -0700 | [diff] [blame^] | 41 | config LIBERTAS_THINFIRM_DEBUG |
| 42 | bool "Enable full debugging output in the Libertas thin firmware module." |
| 43 | depends on LIBERTAS_THINFIRM |
| 44 | ---help--- |
| 45 | Debugging support. |
| 46 | |
Luis Carlos Cobo | d9c6350 | 2008-08-14 10:41:10 -0700 | [diff] [blame] | 47 | config LIBERTAS_THINFIRM_USB |
| 48 | tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware" |
| 49 | depends on LIBERTAS_THINFIRM && USB |
| 50 | ---help--- |
| 51 | A driver for Marvell Libertas 8388 USB devices using thinfirm. |
| 52 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | config AIRO |
| 54 | tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 55 | depends on ISA_DMA_API && (PCI || BROKEN) |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 56 | select WIRELESS_EXT |
Adrian Bunk | a39d3e7 | 2006-01-21 01:35:15 +0100 | [diff] [blame] | 57 | select CRYPTO |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 58 | select WEXT_SPY |
| 59 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | ---help--- |
| 61 | This is the standard Linux driver to support Cisco/Aironet ISA and |
| 62 | PCI 802.11 wireless cards. |
| 63 | It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X |
| 64 | - with or without encryption) as well as card before the Cisco |
Jon Mason | 47c5143 | 2006-02-12 11:53:04 -0600 | [diff] [blame] | 65 | acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | |
| 67 | This driver support both the standard Linux Wireless Extensions |
| 68 | and Cisco proprietary API, so both the Linux Wireless Tools and the |
| 69 | Cisco Linux utilities can be used to configure the card. |
| 70 | |
| 71 | The driver can be compiled as a module and will be named "airo". |
| 72 | |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 73 | config ATMEL |
| 74 | tristate "Atmel at76c50x chipset 802.11b support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 75 | depends on (PCI || PCMCIA) |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 76 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 77 | select WEXT_PRIV |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 78 | select FW_LOADER |
| 79 | select CRC32 |
| 80 | ---help--- |
| 81 | A driver 802.11b wireless cards based on the Atmel fast-vnet |
| 82 | chips. This driver supports standard Linux wireless extensions. |
| 83 | |
| 84 | Many cards based on this chipset do not have flash memory |
| 85 | and need their firmware loaded at start-up. If yours is |
| 86 | one of these, you will need to provide a firmware image |
| 87 | to be loaded into the card by the driver. The Atmel |
| 88 | firmware package can be downloaded from |
| 89 | <http://www.thekelleys.org.uk/atmel> |
| 90 | |
| 91 | config PCI_ATMEL |
| 92 | tristate "Atmel at76c506 PCI cards" |
| 93 | depends on ATMEL && PCI |
| 94 | ---help--- |
| 95 | Enable support for PCI and mini-PCI cards containing the |
| 96 | Atmel at76c506 chip. |
| 97 | |
| 98 | config PCMCIA_ATMEL |
| 99 | tristate "Atmel at76c502/at76c504 PCMCIA cards" |
| 100 | depends on ATMEL && PCMCIA |
| 101 | select WIRELESS_EXT |
| 102 | select FW_LOADER |
| 103 | select CRC32 |
| 104 | ---help--- |
| 105 | Enable support for PCMCIA cards containing the |
| 106 | Atmel at76c502 and at76c504 chips. |
| 107 | |
Kalle Valo | 1264b95 | 2009-02-07 09:27:10 +0200 | [diff] [blame] | 108 | config AT76C50X_USB |
| 109 | tristate "Atmel at76c503/at76c505/at76c505a USB cards" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 110 | depends on MAC80211 && USB |
Kalle Valo | 1264b95 | 2009-02-07 09:27:10 +0200 | [diff] [blame] | 111 | select FW_LOADER |
| 112 | ---help--- |
| 113 | Enable support for USB Wireless devices using Atmel at76c503, |
| 114 | at76c505 or at76c505a chips. |
| 115 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | config AIRO_CS |
| 117 | tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 118 | depends on PCMCIA && (BROKEN || !M32R) |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 119 | select WIRELESS_EXT |
Randy Dunlap | 7502666 | 2009-10-28 16:08:32 -0700 | [diff] [blame] | 120 | select WEXT_SPY |
Randy Dunlap | 2bf9fa6 | 2010-02-12 13:02:23 -0800 | [diff] [blame] | 121 | select WEXT_PRIV |
Adrian Bunk | a39d3e7 | 2006-01-21 01:35:15 +0100 | [diff] [blame] | 122 | select CRYPTO |
Robert Schulze | 8fa9ea1 | 2006-07-05 22:52:43 +0200 | [diff] [blame] | 123 | select CRYPTO_AES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | ---help--- |
| 125 | This is the standard Linux driver to support Cisco/Aironet PCMCIA |
| 126 | 802.11 wireless cards. This driver is the same as the Aironet |
| 127 | driver part of the Linux Pcmcia package. |
| 128 | It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X |
| 129 | - with or without encryption) as well as card before the Cisco |
Jon Mason | 47c5143 | 2006-02-12 11:53:04 -0600 | [diff] [blame] | 130 | acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom |
| 132 | 802.11b cards. |
| 133 | |
| 134 | This driver support both the standard Linux Wireless Extensions |
| 135 | and Cisco proprietary API, so both the Linux Wireless Tools and the |
| 136 | Cisco Linux utilities can be used to configure the card. |
| 137 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | config PCMCIA_WL3501 |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 139 | tristate "Planet WL3501 PCMCIA cards" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 140 | depends on EXPERIMENTAL && PCMCIA |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 141 | select WIRELESS_EXT |
| 142 | select WEXT_SPY |
| 143 | help |
| 144 | A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. |
| 145 | It has basic support for Linux wireless extensions and initial |
| 146 | micro support for ethtool. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | config PRISM54 |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 149 | tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)' |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 150 | depends on PCI && EXPERIMENTAL |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 151 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 152 | select WEXT_SPY |
| 153 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | select FW_LOADER |
| 155 | ---help--- |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 156 | This enables support for FullMAC PCI/Cardbus prism54 devices. This |
| 157 | driver is now deprecated in favor for the SoftMAC driver, p54pci. |
| 158 | p54pci supports FullMAC PCI/Cardbus devices as well. For details on |
| 159 | the scheduled removal of this driver on the kernel see the feature |
| 160 | removal schedule: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 162 | Documentation/feature-removal-schedule.txt |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 164 | For more information refer to the p54 wiki: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 166 | http://wireless.kernel.org/en/users/Drivers/p54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 168 | Note: You need a motherboard with DMA support to use any of these cards |
| 169 | |
| 170 | When built as module you get the module prism54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | |
Pavel Machek | 5c601d0 | 2006-06-05 16:13:30 -0400 | [diff] [blame] | 172 | config USB_ZD1201 |
| 173 | tristate "USB ZD1201 based Wireless device support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 174 | depends on USB |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 175 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 176 | select WEXT_PRIV |
Pavel Machek | 5c601d0 | 2006-06-05 16:13:30 -0400 | [diff] [blame] | 177 | select FW_LOADER |
| 178 | ---help--- |
| 179 | Say Y if you want to use wireless LAN adapters based on the ZyDAS |
| 180 | ZD1201 chip. |
| 181 | |
| 182 | This driver makes the adapter appear as a normal Ethernet interface, |
| 183 | typically on wlan0. |
| 184 | |
| 185 | The zd1201 device requires external firmware to be loaded. |
| 186 | This can be found at http://linux-lc100020.sourceforge.net/ |
| 187 | |
| 188 | To compile this driver as a module, choose M here: the |
| 189 | module will be called zd1201. |
| 190 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 191 | config USB_NET_RNDIS_WLAN |
| 192 | tristate "Wireless RNDIS USB support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 193 | depends on USB && EXPERIMENTAL |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 194 | depends on CFG80211 |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 195 | select USB_USBNET |
| 196 | select USB_NET_CDCETHER |
| 197 | select USB_NET_RNDIS_HOST |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 198 | ---help--- |
| 199 | This is a driver for wireless RNDIS devices. |
| 200 | These are USB based adapters found in devices such as: |
| 201 | |
| 202 | Buffalo WLI-U2-KG125S |
| 203 | U.S. Robotics USR5421 |
| 204 | Belkin F5D7051 |
| 205 | Linksys WUSB54GSv2 |
| 206 | Linksys WUSB54GSC |
| 207 | Asus WL169gE |
| 208 | Eminent EM4045 |
| 209 | BT Voyager 1055 |
| 210 | Linksys WUSB54GSv1 |
| 211 | U.S. Robotics USR5420 |
| 212 | BUFFALO WLI-USB-G54 |
| 213 | |
| 214 | All of these devices are based on Broadcom 4320 chip which is the |
| 215 | only wireless RNDIS chip known to date. |
| 216 | |
| 217 | If you choose to build a module, it'll be called rndis_wlan. |
| 218 | |
Larry Finger | edbe056 | 2010-04-15 14:00:11 -0500 | [diff] [blame] | 219 | source "drivers/net/wireless/rtl818x/Kconfig" |
Larry Finger | a027087 | 2009-04-16 19:56:38 -0500 | [diff] [blame] | 220 | |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 221 | config ADM8211 |
| 222 | tristate "ADMtek ADM8211 support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 223 | depends on MAC80211 && PCI && EXPERIMENTAL |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 224 | select CRC32 |
| 225 | select EEPROM_93CX6 |
| 226 | ---help--- |
| 227 | This driver is for ADM8211A, ADM8211B, and ADM8211C based cards. |
| 228 | These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as: |
| 229 | |
| 230 | Xterasys Cardbus XN-2411b |
| 231 | Blitz NetWave Point PC |
| 232 | TrendNet 221pc |
| 233 | Belkin F5D6001 |
| 234 | SMC 2635W |
| 235 | Linksys WPC11 v1 |
| 236 | Fiberline FL-WL-200X |
| 237 | 3com Office Connect (3CRSHPW796) |
| 238 | Corega WLPCIB-11 |
| 239 | SMC 2602W V2 EU |
| 240 | D-Link DWL-520 Revision C |
| 241 | |
| 242 | However, some of these cards have been replaced with other chips |
| 243 | like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or |
| 244 | the Ralink RT2400 (SMC2635W) without a model number change. |
| 245 | |
| 246 | Thanks to Infineon-ADMtek for their support of this driver. |
| 247 | |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 248 | config MAC80211_HWSIM |
| 249 | tristate "Simulated radio testing tool for mac80211" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 250 | depends on MAC80211 |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 251 | ---help--- |
| 252 | This driver is a developer testing tool that can be used to test |
| 253 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
| 254 | needed for normal wireless LAN usage and is only for testing. See |
| 255 | Documentation/networking/mac80211_hwsim for more information on how |
| 256 | to use this tool. |
| 257 | |
| 258 | To compile this driver as a module, choose M here: the module will be |
| 259 | called mac80211_hwsim. If unsure, say N. |
| 260 | |
Lennert Buytenhek | a66098d | 2009-03-10 10:13:33 +0100 | [diff] [blame] | 261 | config MWL8K |
| 262 | tristate "Marvell 88W8xxx PCI/PCIe Wireless support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 263 | depends on MAC80211 && PCI && EXPERIMENTAL |
Lennert Buytenhek | a66098d | 2009-03-10 10:13:33 +0100 | [diff] [blame] | 264 | ---help--- |
| 265 | This driver supports Marvell TOPDOG 802.11 wireless cards. |
| 266 | |
| 267 | To compile this driver as a module, choose M here: the module |
| 268 | will be called mwl8k. If unsure, say N. |
| 269 | |
Bob Copeland | 3a702e4 | 2009-03-30 22:30:29 -0400 | [diff] [blame] | 270 | source "drivers/net/wireless/ath/Kconfig" |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 271 | source "drivers/net/wireless/b43/Kconfig" |
Larry Finger | 75388ac | 2007-09-25 16:46:54 -0700 | [diff] [blame] | 272 | source "drivers/net/wireless/b43legacy/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 273 | source "drivers/net/wireless/hostap/Kconfig" |
| 274 | source "drivers/net/wireless/ipw2x00/Kconfig" |
| 275 | source "drivers/net/wireless/iwlwifi/Kconfig" |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 276 | source "drivers/net/wireless/iwmc3200wifi/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 277 | source "drivers/net/wireless/libertas/Kconfig" |
| 278 | source "drivers/net/wireless/orinoco/Kconfig" |
| 279 | source "drivers/net/wireless/p54/Kconfig" |
| 280 | source "drivers/net/wireless/rt2x00/Kconfig" |
| 281 | source "drivers/net/wireless/wl12xx/Kconfig" |
| 282 | source "drivers/net/wireless/zd1211rw/Kconfig" |
John W. Linville | 70e5e98 | 2006-01-23 17:00:39 -0500 | [diff] [blame] | 283 | |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 284 | endif # WLAN |