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 |
Randy Dunlap | 9459d59 | 2010-05-10 09:24:29 -0700 | [diff] [blame] | 8 | depends on NET |
Johannes Berg | eab2ec8 | 2009-10-09 18:17:05 +0200 | [diff] [blame] | 9 | select WIRELESS |
Luis R. Rodriguez | ff4d572 | 2009-09-11 04:43:29 -0400 | [diff] [blame] | 10 | default y |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 11 | ---help--- |
| 12 | This section contains all the pre 802.11 and 802.11 wireless |
| 13 | device drivers. For a complete list of drivers and documentation |
| 14 | on them refer to the wireless wiki: |
| 15 | |
| 16 | http://wireless.kernel.org/en/users/Drivers |
| 17 | |
| 18 | if WLAN |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 19 | |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 20 | source "drivers/net/wireless/admtek/Kconfig" |
Kalle Valo | 30db0ca | 2015-11-17 19:49:19 +0200 | [diff] [blame^] | 21 | source "drivers/net/wireless/cisco/Kconfig" |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 22 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config PCMCIA_RAYCS |
Erik Ekman | 8476a65 | 2008-12-30 22:49:28 +0100 | [diff] [blame] | 24 | tristate "Aviator/Raytheon 2.4GHz wireless support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 25 | depends on PCMCIA |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 26 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 27 | select WEXT_SPY |
| 28 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | ---help--- |
| 30 | Say Y here if you intend to attach an Aviator/Raytheon PCMCIA |
| 31 | (PC-card) wireless Ethernet networking card to your computer. |
| 32 | Please read the file <file:Documentation/networking/ray_cs.txt> for |
| 33 | details. |
| 34 | |
| 35 | To compile this driver as a module, choose M here: the module will be |
| 36 | called ray_cs. If unsure, say N. |
| 37 | |
Luis Carlos Cobo | d9c6350 | 2008-08-14 10:41:10 -0700 | [diff] [blame] | 38 | config LIBERTAS_THINFIRM |
| 39 | tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 40 | depends on MAC80211 |
Luis Carlos Cobo | d9c6350 | 2008-08-14 10:41:10 -0700 | [diff] [blame] | 41 | select FW_LOADER |
| 42 | ---help--- |
| 43 | A library for Marvell Libertas 8xxx devices using thinfirm. |
| 44 | |
Steve deRosier | e9bd5bc | 2010-04-25 14:40:46 -0700 | [diff] [blame] | 45 | config LIBERTAS_THINFIRM_DEBUG |
| 46 | bool "Enable full debugging output in the Libertas thin firmware module." |
| 47 | depends on LIBERTAS_THINFIRM |
| 48 | ---help--- |
| 49 | Debugging support. |
| 50 | |
Luis Carlos Cobo | d9c6350 | 2008-08-14 10:41:10 -0700 | [diff] [blame] | 51 | config LIBERTAS_THINFIRM_USB |
| 52 | tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware" |
| 53 | depends on LIBERTAS_THINFIRM && USB |
| 54 | ---help--- |
| 55 | A driver for Marvell Libertas 8388 USB devices using thinfirm. |
| 56 | |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 57 | config ATMEL |
| 58 | tristate "Atmel at76c50x chipset 802.11b support" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 59 | depends on CFG80211 && (PCI || PCMCIA) |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 60 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 61 | select WEXT_PRIV |
Faidon Liambotis | e12dcb0 | 2007-07-22 16:16:36 +0300 | [diff] [blame] | 62 | select FW_LOADER |
| 63 | select CRC32 |
| 64 | ---help--- |
| 65 | A driver 802.11b wireless cards based on the Atmel fast-vnet |
| 66 | chips. This driver supports standard Linux wireless extensions. |
| 67 | |
| 68 | Many cards based on this chipset do not have flash memory |
| 69 | and need their firmware loaded at start-up. If yours is |
| 70 | one of these, you will need to provide a firmware image |
| 71 | to be loaded into the card by the driver. The Atmel |
| 72 | firmware package can be downloaded from |
| 73 | <http://www.thekelleys.org.uk/atmel> |
| 74 | |
| 75 | config PCI_ATMEL |
| 76 | tristate "Atmel at76c506 PCI cards" |
| 77 | depends on ATMEL && PCI |
| 78 | ---help--- |
| 79 | Enable support for PCI and mini-PCI cards containing the |
| 80 | Atmel at76c506 chip. |
| 81 | |
| 82 | config PCMCIA_ATMEL |
| 83 | tristate "Atmel at76c502/at76c504 PCMCIA cards" |
| 84 | depends on ATMEL && PCMCIA |
| 85 | select WIRELESS_EXT |
| 86 | select FW_LOADER |
| 87 | select CRC32 |
| 88 | ---help--- |
| 89 | Enable support for PCMCIA cards containing the |
| 90 | Atmel at76c502 and at76c504 chips. |
| 91 | |
Kalle Valo | 1264b95 | 2009-02-07 09:27:10 +0200 | [diff] [blame] | 92 | config AT76C50X_USB |
| 93 | tristate "Atmel at76c503/at76c505/at76c505a USB cards" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 94 | depends on MAC80211 && USB |
Kalle Valo | 1264b95 | 2009-02-07 09:27:10 +0200 | [diff] [blame] | 95 | select FW_LOADER |
| 96 | ---help--- |
| 97 | Enable support for USB Wireless devices using Atmel at76c503, |
| 98 | at76c505 or at76c505a chips. |
| 99 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | config PCMCIA_WL3501 |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 101 | tristate "Planet WL3501 PCMCIA cards" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 102 | depends on CFG80211 && PCMCIA |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 103 | select WIRELESS_EXT |
| 104 | select WEXT_SPY |
| 105 | help |
| 106 | A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. |
| 107 | It has basic support for Linux wireless extensions and initial |
| 108 | micro support for ethtool. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | config PRISM54 |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 111 | tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)' |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 112 | depends on PCI |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 113 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 114 | select WEXT_SPY |
| 115 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | select FW_LOADER |
| 117 | ---help--- |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 118 | This enables support for FullMAC PCI/Cardbus prism54 devices. This |
| 119 | driver is now deprecated in favor for the SoftMAC driver, p54pci. |
Tao Ma | c0f0416 | 2012-12-17 15:59:38 -0800 | [diff] [blame] | 120 | p54pci supports FullMAC PCI/Cardbus devices as well. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 122 | For more information refer to the p54 wiki: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 124 | http://wireless.kernel.org/en/users/Drivers/p54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 126 | Note: You need a motherboard with DMA support to use any of these cards |
| 127 | |
| 128 | When built as module you get the module prism54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | |
Pavel Machek | 5c601d0 | 2006-06-05 16:13:30 -0400 | [diff] [blame] | 130 | config USB_ZD1201 |
| 131 | tristate "USB ZD1201 based Wireless device support" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 132 | depends on CFG80211 && USB |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 133 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 134 | select WEXT_PRIV |
Pavel Machek | 5c601d0 | 2006-06-05 16:13:30 -0400 | [diff] [blame] | 135 | select FW_LOADER |
| 136 | ---help--- |
| 137 | Say Y if you want to use wireless LAN adapters based on the ZyDAS |
| 138 | ZD1201 chip. |
| 139 | |
| 140 | This driver makes the adapter appear as a normal Ethernet interface, |
| 141 | typically on wlan0. |
| 142 | |
| 143 | The zd1201 device requires external firmware to be loaded. |
| 144 | This can be found at http://linux-lc100020.sourceforge.net/ |
| 145 | |
| 146 | To compile this driver as a module, choose M here: the |
| 147 | module will be called zd1201. |
| 148 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 149 | config USB_NET_RNDIS_WLAN |
| 150 | tristate "Wireless RNDIS USB support" |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 151 | depends on USB |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 152 | depends on CFG80211 |
Francois Romieu | 269f8cb | 2014-08-07 00:36:40 +0200 | [diff] [blame] | 153 | select USB_NET_DRIVERS |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 154 | select USB_USBNET |
| 155 | select USB_NET_CDCETHER |
| 156 | select USB_NET_RNDIS_HOST |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 157 | ---help--- |
| 158 | This is a driver for wireless RNDIS devices. |
| 159 | These are USB based adapters found in devices such as: |
| 160 | |
| 161 | Buffalo WLI-U2-KG125S |
| 162 | U.S. Robotics USR5421 |
| 163 | Belkin F5D7051 |
| 164 | Linksys WUSB54GSv2 |
| 165 | Linksys WUSB54GSC |
| 166 | Asus WL169gE |
| 167 | Eminent EM4045 |
| 168 | BT Voyager 1055 |
| 169 | Linksys WUSB54GSv1 |
| 170 | U.S. Robotics USR5420 |
| 171 | BUFFALO WLI-USB-G54 |
| 172 | |
| 173 | All of these devices are based on Broadcom 4320 chip which is the |
| 174 | only wireless RNDIS chip known to date. |
| 175 | |
| 176 | If you choose to build a module, it'll be called rndis_wlan. |
| 177 | |
Larry Finger | f1d2b4d | 2015-09-07 15:59:16 -0500 | [diff] [blame] | 178 | source "drivers/net/wireless/realtek/rtl818x/Kconfig" |
| 179 | |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 180 | config MAC80211_HWSIM |
| 181 | tristate "Simulated radio testing tool for mac80211" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 182 | depends on MAC80211 |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 183 | ---help--- |
| 184 | This driver is a developer testing tool that can be used to test |
| 185 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
| 186 | needed for normal wireless LAN usage and is only for testing. See |
| 187 | Documentation/networking/mac80211_hwsim for more information on how |
| 188 | to use this tool. |
| 189 | |
| 190 | To compile this driver as a module, choose M here: the module will be |
| 191 | called mac80211_hwsim. If unsure, say N. |
| 192 | |
Lennert Buytenhek | a66098d | 2009-03-10 10:13:33 +0100 | [diff] [blame] | 193 | config MWL8K |
| 194 | tristate "Marvell 88W8xxx PCI/PCIe Wireless support" |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 195 | depends on MAC80211 && PCI |
Lennert Buytenhek | a66098d | 2009-03-10 10:13:33 +0100 | [diff] [blame] | 196 | ---help--- |
| 197 | This driver supports Marvell TOPDOG 802.11 wireless cards. |
| 198 | |
| 199 | To compile this driver as a module, choose M here: the module |
| 200 | will be called mwl8k. If unsure, say N. |
| 201 | |
Bob Copeland | 3a702e4 | 2009-03-30 22:30:29 -0400 | [diff] [blame] | 202 | source "drivers/net/wireless/ath/Kconfig" |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 203 | source "drivers/net/wireless/b43/Kconfig" |
Larry Finger | 75388ac | 2007-09-25 16:46:54 -0700 | [diff] [blame] | 204 | source "drivers/net/wireless/b43legacy/Kconfig" |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 205 | source "drivers/net/wireless/brcm80211/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 206 | source "drivers/net/wireless/hostap/Kconfig" |
| 207 | source "drivers/net/wireless/ipw2x00/Kconfig" |
| 208 | source "drivers/net/wireless/iwlwifi/Kconfig" |
Wey-Yi Guy | be663ab | 2011-02-21 11:27:26 -0800 | [diff] [blame] | 209 | source "drivers/net/wireless/iwlegacy/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 210 | source "drivers/net/wireless/libertas/Kconfig" |
| 211 | source "drivers/net/wireless/orinoco/Kconfig" |
| 212 | source "drivers/net/wireless/p54/Kconfig" |
| 213 | source "drivers/net/wireless/rt2x00/Kconfig" |
Jakub Kicinski | c869f77 | 2015-05-26 11:16:00 +0200 | [diff] [blame] | 214 | source "drivers/net/wireless/mediatek/Kconfig" |
Larry Finger | f1d2b4d | 2015-09-07 15:59:16 -0500 | [diff] [blame] | 215 | source "drivers/net/wireless/realtek/rtlwifi/Kconfig" |
Jes Sorensen | 26f1fad | 2015-10-14 20:44:51 -0400 | [diff] [blame] | 216 | source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig" |
Luciano Coelho | 9092101 | 2011-11-20 21:40:41 +0200 | [diff] [blame] | 217 | source "drivers/net/wireless/ti/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 218 | source "drivers/net/wireless/zd1211rw/Kconfig" |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 219 | source "drivers/net/wireless/mwifiex/Kconfig" |
Solomon Peachy | a910e4a | 2013-05-24 20:04:38 -0400 | [diff] [blame] | 220 | source "drivers/net/wireless/cw1200/Kconfig" |
Fariya Fatima | dad0d04 | 2014-03-16 03:47:02 +0530 | [diff] [blame] | 221 | source "drivers/net/wireless/rsi/Kconfig" |
John W. Linville | 70e5e98 | 2006-01-23 17:00:39 -0500 | [diff] [blame] | 222 | |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 223 | endif # WLAN |