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