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 | |
Johannes Berg | 8f20542 | 2016-10-18 10:28:57 +0200 | [diff] [blame] | 20 | config WIRELESS_WDS |
| 21 | bool "mac80211-based legacy WDS support" if EXPERT |
| 22 | help |
| 23 | This option enables the deprecated WDS support, the newer |
| 24 | mac80211-based 4-addr AP/client support supersedes it with |
| 25 | a much better feature set (HT, VHT, ...) |
| 26 | |
| 27 | We plan to remove this option and code, so if you find |
| 28 | that you have to enable it, please let us know on the |
| 29 | linux-wireless@vger.kernel.org mailing list, so we can |
| 30 | help you migrate to 4-addr AP/client (or, if it's really |
| 31 | necessary, give up on our plan of removing it). |
| 32 | |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 33 | source "drivers/net/wireless/admtek/Kconfig" |
Kalle Valo | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 34 | source "drivers/net/wireless/ath/Kconfig" |
Kalle Valo | 30fe0f9 | 2015-11-17 19:49:20 +0200 | [diff] [blame] | 35 | source "drivers/net/wireless/atmel/Kconfig" |
Kalle Valo | 58619b1 | 2015-11-17 19:49:23 +0200 | [diff] [blame] | 36 | source "drivers/net/wireless/broadcom/Kconfig" |
Kalle Valo | 30db0ca | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 37 | source "drivers/net/wireless/cisco/Kconfig" |
Kalle Valo | 367a109 | 2015-11-17 20:24:59 +0200 | [diff] [blame] | 38 | source "drivers/net/wireless/intel/Kconfig" |
Kalle Valo | eb4f98d | 2015-11-18 09:42:58 +0200 | [diff] [blame] | 39 | source "drivers/net/wireless/intersil/Kconfig" |
Kalle Valo | f988d64 | 2015-11-17 21:07:19 +0200 | [diff] [blame] | 40 | source "drivers/net/wireless/marvell/Kconfig" |
Kalle Valo | 7b09ed5 | 2015-11-18 10:23:52 +0200 | [diff] [blame] | 41 | source "drivers/net/wireless/mediatek/Kconfig" |
Kalle Valo | 33aca94 | 2015-11-18 10:18:44 +0200 | [diff] [blame] | 42 | source "drivers/net/wireless/ralink/Kconfig" |
Kalle Valo | 6214172 | 2015-11-18 10:09:24 +0200 | [diff] [blame] | 43 | source "drivers/net/wireless/realtek/Kconfig" |
Kalle Valo | 941a967 | 2015-11-18 10:15:33 +0200 | [diff] [blame] | 44 | source "drivers/net/wireless/rsi/Kconfig" |
Kalle Valo | 560424e | 2015-11-17 20:09:02 +0200 | [diff] [blame] | 45 | source "drivers/net/wireless/st/Kconfig" |
Kalle Valo | bd84217 | 2015-11-18 10:27:43 +0200 | [diff] [blame] | 46 | source "drivers/net/wireless/ti/Kconfig" |
Kalle Valo | ed0ad06 | 2015-11-18 07:39:37 +0200 | [diff] [blame] | 47 | source "drivers/net/wireless/zydas/Kconfig" |
Igor Mitsyanko | 98f44cb | 2017-05-11 14:51:01 -0700 | [diff] [blame] | 48 | source "drivers/net/wireless/quantenna/Kconfig" |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 49 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | config PCMCIA_RAYCS |
Erik Ekman | 8476a65 | 2008-12-30 22:49:28 +0100 | [diff] [blame] | 51 | tristate "Aviator/Raytheon 2.4GHz wireless support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 52 | depends on PCMCIA |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 53 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 54 | select WEXT_SPY |
| 55 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | ---help--- |
| 57 | Say Y here if you intend to attach an Aviator/Raytheon PCMCIA |
| 58 | (PC-card) wireless Ethernet networking card to your computer. |
| 59 | Please read the file <file:Documentation/networking/ray_cs.txt> for |
| 60 | details. |
| 61 | |
| 62 | To compile this driver as a module, choose M here: the module will be |
| 63 | called ray_cs. If unsure, say N. |
| 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | config PCMCIA_WL3501 |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 66 | tristate "Planet WL3501 PCMCIA cards" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 67 | depends on CFG80211 && PCMCIA |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 68 | select WIRELESS_EXT |
| 69 | select WEXT_SPY |
| 70 | help |
| 71 | A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. |
| 72 | It has basic support for Linux wireless extensions and initial |
| 73 | micro support for ethtool. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | |
Kalle Valo | 6d808eb | 2015-11-18 10:45:54 +0200 | [diff] [blame] | 75 | config MAC80211_HWSIM |
| 76 | tristate "Simulated radio testing tool for mac80211" |
| 77 | depends on MAC80211 |
| 78 | ---help--- |
| 79 | This driver is a developer testing tool that can be used to test |
| 80 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
| 81 | needed for normal wireless LAN usage and is only for testing. See |
| 82 | Documentation/networking/mac80211_hwsim for more information on how |
| 83 | to use this tool. |
| 84 | |
| 85 | To compile this driver as a module, choose M here: the module will be |
| 86 | called mac80211_hwsim. If unsure, say N. |
| 87 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 88 | config USB_NET_RNDIS_WLAN |
| 89 | tristate "Wireless RNDIS USB support" |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 90 | depends on USB |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 91 | depends on CFG80211 |
Francois Romieu | 269f8cb | 2014-08-07 00:36:40 +0200 | [diff] [blame] | 92 | select USB_NET_DRIVERS |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 93 | select USB_USBNET |
| 94 | select USB_NET_CDCETHER |
| 95 | select USB_NET_RNDIS_HOST |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 96 | ---help--- |
| 97 | This is a driver for wireless RNDIS devices. |
| 98 | These are USB based adapters found in devices such as: |
| 99 | |
| 100 | Buffalo WLI-U2-KG125S |
| 101 | U.S. Robotics USR5421 |
| 102 | Belkin F5D7051 |
| 103 | Linksys WUSB54GSv2 |
| 104 | Linksys WUSB54GSC |
| 105 | Asus WL169gE |
| 106 | Eminent EM4045 |
| 107 | BT Voyager 1055 |
| 108 | Linksys WUSB54GSv1 |
| 109 | U.S. Robotics USR5420 |
| 110 | BUFFALO WLI-USB-G54 |
| 111 | |
| 112 | All of these devices are based on Broadcom 4320 chip which is the |
| 113 | only wireless RNDIS chip known to date. |
| 114 | |
| 115 | If you choose to build a module, it'll be called rndis_wlan. |
| 116 | |
Cody Schuffelen | c7cdba3 | 2018-11-20 19:14:49 -0800 | [diff] [blame^] | 117 | config VIRT_WIFI |
| 118 | tristate "Wifi wrapper for ethernet drivers" |
| 119 | depends on CFG80211 |
| 120 | ---help--- |
| 121 | This option adds support for ethernet connections to appear as if they |
| 122 | are wifi connections through a special rtnetlink device. |
| 123 | |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 124 | endif # WLAN |