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 | 30fe0f9 | 2015-11-17 19:49:20 +0200 | [diff] [blame] | 21 | source "drivers/net/wireless/atmel/Kconfig" |
Kalle Valo | 58619b1 | 2015-11-17 19:49:23 +0200 | [diff] [blame] | 22 | source "drivers/net/wireless/broadcom/Kconfig" |
Kalle Valo | 30db0ca | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 23 | source "drivers/net/wireless/cisco/Kconfig" |
Kalle Valo | 367a109 | 2015-11-17 20:24:59 +0200 | [diff] [blame] | 24 | source "drivers/net/wireless/intel/Kconfig" |
Kalle Valo | eb4f98d | 2015-11-18 09:42:58 +0200 | [diff] [blame^] | 25 | source "drivers/net/wireless/intersil/Kconfig" |
Kalle Valo | f988d64 | 2015-11-17 21:07:19 +0200 | [diff] [blame] | 26 | source "drivers/net/wireless/marvell/Kconfig" |
Kalle Valo | 560424e | 2015-11-17 20:09:02 +0200 | [diff] [blame] | 27 | source "drivers/net/wireless/st/Kconfig" |
Kalle Valo | ed0ad06 | 2015-11-18 07:39:37 +0200 | [diff] [blame] | 28 | source "drivers/net/wireless/zydas/Kconfig" |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 29 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | config PCMCIA_RAYCS |
Erik Ekman | 8476a65 | 2008-12-30 22:49:28 +0100 | [diff] [blame] | 31 | tristate "Aviator/Raytheon 2.4GHz wireless support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 32 | depends on PCMCIA |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 33 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 34 | select WEXT_SPY |
| 35 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | ---help--- |
| 37 | Say Y here if you intend to attach an Aviator/Raytheon PCMCIA |
| 38 | (PC-card) wireless Ethernet networking card to your computer. |
| 39 | Please read the file <file:Documentation/networking/ray_cs.txt> for |
| 40 | details. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the module will be |
| 43 | called ray_cs. If unsure, say N. |
| 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | config PCMCIA_WL3501 |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 46 | tristate "Planet WL3501 PCMCIA cards" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 47 | depends on CFG80211 && PCMCIA |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 48 | select WIRELESS_EXT |
| 49 | select WEXT_SPY |
| 50 | help |
| 51 | A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. |
| 52 | It has basic support for Linux wireless extensions and initial |
| 53 | micro support for ethtool. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | config PRISM54 |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 56 | tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)' |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 57 | depends on PCI |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 58 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 59 | select WEXT_SPY |
| 60 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | select FW_LOADER |
| 62 | ---help--- |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 63 | This enables support for FullMAC PCI/Cardbus prism54 devices. This |
| 64 | driver is now deprecated in favor for the SoftMAC driver, p54pci. |
Tao Ma | c0f0416 | 2012-12-17 15:59:38 -0800 | [diff] [blame] | 65 | p54pci supports FullMAC PCI/Cardbus devices as well. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 67 | For more information refer to the p54 wiki: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 69 | http://wireless.kernel.org/en/users/Drivers/p54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | |
Luis R. Rodriguez | 4d8cd26 | 2009-09-08 12:09:47 -0700 | [diff] [blame] | 71 | Note: You need a motherboard with DMA support to use any of these cards |
| 72 | |
| 73 | When built as module you get the module prism54 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 75 | config USB_NET_RNDIS_WLAN |
| 76 | tristate "Wireless RNDIS USB support" |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 77 | depends on USB |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 78 | depends on CFG80211 |
Francois Romieu | 269f8cb | 2014-08-07 00:36:40 +0200 | [diff] [blame] | 79 | select USB_NET_DRIVERS |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 80 | select USB_USBNET |
| 81 | select USB_NET_CDCETHER |
| 82 | select USB_NET_RNDIS_HOST |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 83 | ---help--- |
| 84 | This is a driver for wireless RNDIS devices. |
| 85 | These are USB based adapters found in devices such as: |
| 86 | |
| 87 | Buffalo WLI-U2-KG125S |
| 88 | U.S. Robotics USR5421 |
| 89 | Belkin F5D7051 |
| 90 | Linksys WUSB54GSv2 |
| 91 | Linksys WUSB54GSC |
| 92 | Asus WL169gE |
| 93 | Eminent EM4045 |
| 94 | BT Voyager 1055 |
| 95 | Linksys WUSB54GSv1 |
| 96 | U.S. Robotics USR5420 |
| 97 | BUFFALO WLI-USB-G54 |
| 98 | |
| 99 | All of these devices are based on Broadcom 4320 chip which is the |
| 100 | only wireless RNDIS chip known to date. |
| 101 | |
| 102 | If you choose to build a module, it'll be called rndis_wlan. |
| 103 | |
Larry Finger | f1d2b4d | 2015-09-07 15:59:16 -0500 | [diff] [blame] | 104 | source "drivers/net/wireless/realtek/rtl818x/Kconfig" |
| 105 | |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 106 | config MAC80211_HWSIM |
| 107 | tristate "Simulated radio testing tool for mac80211" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 108 | depends on MAC80211 |
Jouni Malinen | acc1e7a | 2008-06-11 10:42:31 +0300 | [diff] [blame] | 109 | ---help--- |
| 110 | This driver is a developer testing tool that can be used to test |
| 111 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
| 112 | needed for normal wireless LAN usage and is only for testing. See |
| 113 | Documentation/networking/mac80211_hwsim for more information on how |
| 114 | to use this tool. |
| 115 | |
| 116 | To compile this driver as a module, choose M here: the module will be |
| 117 | called mac80211_hwsim. If unsure, say N. |
| 118 | |
Bob Copeland | 3a702e4 | 2009-03-30 22:30:29 -0400 | [diff] [blame] | 119 | source "drivers/net/wireless/ath/Kconfig" |
Holger Schurig | 0465af8 | 2009-10-06 16:31:20 +0200 | [diff] [blame] | 120 | source "drivers/net/wireless/orinoco/Kconfig" |
| 121 | source "drivers/net/wireless/p54/Kconfig" |
| 122 | source "drivers/net/wireless/rt2x00/Kconfig" |
Jakub Kicinski | c869f77 | 2015-05-26 11:16:00 +0200 | [diff] [blame] | 123 | source "drivers/net/wireless/mediatek/Kconfig" |
Larry Finger | f1d2b4d | 2015-09-07 15:59:16 -0500 | [diff] [blame] | 124 | source "drivers/net/wireless/realtek/rtlwifi/Kconfig" |
Jes Sorensen | 26f1fad | 2015-10-14 20:44:51 -0400 | [diff] [blame] | 125 | source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig" |
Luciano Coelho | 9092101 | 2011-11-20 21:40:41 +0200 | [diff] [blame] | 126 | source "drivers/net/wireless/ti/Kconfig" |
Fariya Fatima | dad0d04 | 2014-03-16 03:47:02 +0530 | [diff] [blame] | 127 | source "drivers/net/wireless/rsi/Kconfig" |
John W. Linville | 70e5e98 | 2006-01-23 17:00:39 -0500 | [diff] [blame] | 128 | |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 129 | endif # WLAN |