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 | b5c9b4f | 2015-11-18 10:38:32 +0200 | [diff] [blame] | 21 | source "drivers/net/wireless/ath/Kconfig" |
Kalle Valo | 30fe0f9 | 2015-11-17 19:49:20 +0200 | [diff] [blame] | 22 | source "drivers/net/wireless/atmel/Kconfig" |
Kalle Valo | 58619b1 | 2015-11-17 19:49:23 +0200 | [diff] [blame] | 23 | source "drivers/net/wireless/broadcom/Kconfig" |
Kalle Valo | 30db0ca | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 24 | source "drivers/net/wireless/cisco/Kconfig" |
Kalle Valo | 367a109 | 2015-11-17 20:24:59 +0200 | [diff] [blame] | 25 | source "drivers/net/wireless/intel/Kconfig" |
Kalle Valo | eb4f98d | 2015-11-18 09:42:58 +0200 | [diff] [blame] | 26 | source "drivers/net/wireless/intersil/Kconfig" |
Kalle Valo | f988d64 | 2015-11-17 21:07:19 +0200 | [diff] [blame] | 27 | source "drivers/net/wireless/marvell/Kconfig" |
Kalle Valo | 7b09ed5 | 2015-11-18 10:23:52 +0200 | [diff] [blame] | 28 | source "drivers/net/wireless/mediatek/Kconfig" |
Kalle Valo | 33aca94 | 2015-11-18 10:18:44 +0200 | [diff] [blame] | 29 | source "drivers/net/wireless/ralink/Kconfig" |
Kalle Valo | 6214172 | 2015-11-18 10:09:24 +0200 | [diff] [blame] | 30 | source "drivers/net/wireless/realtek/Kconfig" |
Kalle Valo | 941a967 | 2015-11-18 10:15:33 +0200 | [diff] [blame] | 31 | source "drivers/net/wireless/rsi/Kconfig" |
Kalle Valo | 560424e | 2015-11-17 20:09:02 +0200 | [diff] [blame] | 32 | source "drivers/net/wireless/st/Kconfig" |
Kalle Valo | bd84217 | 2015-11-18 10:27:43 +0200 | [diff] [blame] | 33 | source "drivers/net/wireless/ti/Kconfig" |
Kalle Valo | ed0ad06 | 2015-11-18 07:39:37 +0200 | [diff] [blame] | 34 | source "drivers/net/wireless/zydas/Kconfig" |
Kalle Valo | d4a1730 | 2015-11-17 19:49:19 +0200 | [diff] [blame] | 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | config PCMCIA_RAYCS |
Erik Ekman | 8476a65 | 2008-12-30 22:49:28 +0100 | [diff] [blame] | 37 | tristate "Aviator/Raytheon 2.4GHz wireless support" |
John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 38 | depends on PCMCIA |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 39 | select WIRELESS_EXT |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 40 | select WEXT_SPY |
| 41 | select WEXT_PRIV |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | ---help--- |
| 43 | Say Y here if you intend to attach an Aviator/Raytheon PCMCIA |
| 44 | (PC-card) wireless Ethernet networking card to your computer. |
| 45 | Please read the file <file:Documentation/networking/ray_cs.txt> for |
| 46 | details. |
| 47 | |
| 48 | To compile this driver as a module, choose M here: the module will be |
| 49 | called ray_cs. If unsure, say N. |
| 50 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | config PCMCIA_WL3501 |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 52 | tristate "Planet WL3501 PCMCIA cards" |
Zhao, Gang | 4c59ff2 | 2014-03-01 14:26:29 +0800 | [diff] [blame] | 53 | depends on CFG80211 && PCMCIA |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 54 | select WIRELESS_EXT |
| 55 | select WEXT_SPY |
| 56 | help |
| 57 | A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. |
| 58 | It has basic support for Linux wireless extensions and initial |
| 59 | micro support for ethtool. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | |
Kalle Valo | 6d808eb | 2015-11-18 10:45:54 +0200 | [diff] [blame^] | 61 | config MAC80211_HWSIM |
| 62 | tristate "Simulated radio testing tool for mac80211" |
| 63 | depends on MAC80211 |
| 64 | ---help--- |
| 65 | This driver is a developer testing tool that can be used to test |
| 66 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
| 67 | needed for normal wireless LAN usage and is only for testing. See |
| 68 | Documentation/networking/mac80211_hwsim for more information on how |
| 69 | to use this tool. |
| 70 | |
| 71 | To compile this driver as a module, choose M here: the module will be |
| 72 | called mac80211_hwsim. If unsure, say N. |
| 73 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 74 | config USB_NET_RNDIS_WLAN |
| 75 | tristate "Wireless RNDIS USB support" |
Kees Cook | 798f4e5 | 2013-01-22 10:30:35 -0800 | [diff] [blame] | 76 | depends on USB |
Johannes Berg | 0aa8204 | 2009-06-03 18:30:31 +0200 | [diff] [blame] | 77 | depends on CFG80211 |
Francois Romieu | 269f8cb | 2014-08-07 00:36:40 +0200 | [diff] [blame] | 78 | select USB_NET_DRIVERS |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 79 | select USB_USBNET |
| 80 | select USB_NET_CDCETHER |
| 81 | select USB_NET_RNDIS_HOST |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 82 | ---help--- |
| 83 | This is a driver for wireless RNDIS devices. |
| 84 | These are USB based adapters found in devices such as: |
| 85 | |
| 86 | Buffalo WLI-U2-KG125S |
| 87 | U.S. Robotics USR5421 |
| 88 | Belkin F5D7051 |
| 89 | Linksys WUSB54GSv2 |
| 90 | Linksys WUSB54GSC |
| 91 | Asus WL169gE |
| 92 | Eminent EM4045 |
| 93 | BT Voyager 1055 |
| 94 | Linksys WUSB54GSv1 |
| 95 | U.S. Robotics USR5420 |
| 96 | BUFFALO WLI-USB-G54 |
| 97 | |
| 98 | All of these devices are based on Broadcom 4320 chip which is the |
| 99 | only wireless RNDIS chip known to date. |
| 100 | |
| 101 | If you choose to build a module, it'll be called rndis_wlan. |
| 102 | |
Luis R. Rodriguez | 4417527 | 2009-09-01 08:22:40 -0700 | [diff] [blame] | 103 | endif # WLAN |