blob: 275b6ed93f15ccd008eef839f7f0063f01f49651 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Wireless LAN device configuration
3#
4
Luis R. Rodriguez44175272009-09-01 08:22:40 -07005menuconfig WLAN
6 bool "Wireless LAN"
Martin Schwidefskyf54bfc02007-05-10 15:46:01 +02007 depends on !S390
Randy Dunlap9459d592010-05-10 09:24:29 -07008 depends on NET
Johannes Bergeab2ec82009-10-09 18:17:05 +02009 select WIRELESS
Luis R. Rodriguezff4d5722009-09-11 04:43:29 -040010 default y
Luis R. Rodriguez44175272009-09-01 08:22:40 -070011 ---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
18if WLAN
Johannes Berg2a5e1c02007-04-23 12:19:12 -070019
Kalle Valod4a17302015-11-17 19:49:19 +020020source "drivers/net/wireless/admtek/Kconfig"
Kalle Valo30fe0f92015-11-17 19:49:20 +020021source "drivers/net/wireless/atmel/Kconfig"
Kalle Valo30db0ca2015-11-17 19:49:19 +020022source "drivers/net/wireless/cisco/Kconfig"
Kalle Valod4a17302015-11-17 19:49:19 +020023
Linus Torvalds1da177e2005-04-16 15:20:36 -070024config PCMCIA_RAYCS
Erik Ekman8476a652008-12-30 22:49:28 +010025 tristate "Aviator/Raytheon 2.4GHz wireless support"
John W. Linville133d7c62009-10-28 16:29:30 -040026 depends on PCMCIA
Johannes Berg2a5e1c02007-04-23 12:19:12 -070027 select WIRELESS_EXT
Johannes Berg3d23e342009-09-29 23:27:28 +020028 select WEXT_SPY
29 select WEXT_PRIV
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 ---help---
31 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
32 (PC-card) wireless Ethernet networking card to your computer.
33 Please read the file <file:Documentation/networking/ray_cs.txt> for
34 details.
35
36 To compile this driver as a module, choose M here: the module will be
37 called ray_cs. If unsure, say N.
38
Luis Carlos Cobod9c63502008-08-14 10:41:10 -070039config LIBERTAS_THINFIRM
40 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
John W. Linville133d7c62009-10-28 16:29:30 -040041 depends on MAC80211
Luis Carlos Cobod9c63502008-08-14 10:41:10 -070042 select FW_LOADER
43 ---help---
44 A library for Marvell Libertas 8xxx devices using thinfirm.
45
Steve deRosiere9bd5bc2010-04-25 14:40:46 -070046config LIBERTAS_THINFIRM_DEBUG
47 bool "Enable full debugging output in the Libertas thin firmware module."
48 depends on LIBERTAS_THINFIRM
49 ---help---
50 Debugging support.
51
Luis Carlos Cobod9c63502008-08-14 10:41:10 -070052config LIBERTAS_THINFIRM_USB
53 tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
54 depends on LIBERTAS_THINFIRM && USB
55 ---help---
56 A driver for Marvell Libertas 8388 USB devices using thinfirm.
57
Linus Torvalds1da177e2005-04-16 15:20:36 -070058config PCMCIA_WL3501
Johannes Berg3d23e342009-09-29 23:27:28 +020059 tristate "Planet WL3501 PCMCIA cards"
Zhao, Gang4c59ff22014-03-01 14:26:29 +080060 depends on CFG80211 && PCMCIA
Johannes Berg3d23e342009-09-29 23:27:28 +020061 select WIRELESS_EXT
62 select WEXT_SPY
63 help
64 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
65 It has basic support for Linux wireless extensions and initial
66 micro support for ethtool.
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
Linus Torvalds1da177e2005-04-16 15:20:36 -070068config PRISM54
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070069 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
Kees Cook798f4e52013-01-22 10:30:35 -080070 depends on PCI
Johannes Berg2a5e1c02007-04-23 12:19:12 -070071 select WIRELESS_EXT
Johannes Berg3d23e342009-09-29 23:27:28 +020072 select WEXT_SPY
73 select WEXT_PRIV
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 select FW_LOADER
75 ---help---
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070076 This enables support for FullMAC PCI/Cardbus prism54 devices. This
77 driver is now deprecated in favor for the SoftMAC driver, p54pci.
Tao Mac0f04162012-12-17 15:59:38 -080078 p54pci supports FullMAC PCI/Cardbus devices as well.
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070080 For more information refer to the p54 wiki:
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070082 http://wireless.kernel.org/en/users/Drivers/p54
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070084 Note: You need a motherboard with DMA support to use any of these cards
85
86 When built as module you get the module prism54
Linus Torvalds1da177e2005-04-16 15:20:36 -070087
Pavel Machek5c601d02006-06-05 16:13:30 -040088config USB_ZD1201
89 tristate "USB ZD1201 based Wireless device support"
Zhao, Gang4c59ff22014-03-01 14:26:29 +080090 depends on CFG80211 && USB
Johannes Berg2a5e1c02007-04-23 12:19:12 -070091 select WIRELESS_EXT
Johannes Berg3d23e342009-09-29 23:27:28 +020092 select WEXT_PRIV
Pavel Machek5c601d02006-06-05 16:13:30 -040093 select FW_LOADER
94 ---help---
95 Say Y if you want to use wireless LAN adapters based on the ZyDAS
96 ZD1201 chip.
97
98 This driver makes the adapter appear as a normal Ethernet interface,
99 typically on wlan0.
100
101 The zd1201 device requires external firmware to be loaded.
102 This can be found at http://linux-lc100020.sourceforge.net/
103
104 To compile this driver as a module, choose M here: the
105 module will be called zd1201.
106
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +0200107config USB_NET_RNDIS_WLAN
108 tristate "Wireless RNDIS USB support"
Kees Cook798f4e52013-01-22 10:30:35 -0800109 depends on USB
Johannes Berg0aa82042009-06-03 18:30:31 +0200110 depends on CFG80211
Francois Romieu269f8cb2014-08-07 00:36:40 +0200111 select USB_NET_DRIVERS
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +0200112 select USB_USBNET
113 select USB_NET_CDCETHER
114 select USB_NET_RNDIS_HOST
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +0200115 ---help---
116 This is a driver for wireless RNDIS devices.
117 These are USB based adapters found in devices such as:
118
119 Buffalo WLI-U2-KG125S
120 U.S. Robotics USR5421
121 Belkin F5D7051
122 Linksys WUSB54GSv2
123 Linksys WUSB54GSC
124 Asus WL169gE
125 Eminent EM4045
126 BT Voyager 1055
127 Linksys WUSB54GSv1
128 U.S. Robotics USR5420
129 BUFFALO WLI-USB-G54
130
131 All of these devices are based on Broadcom 4320 chip which is the
132 only wireless RNDIS chip known to date.
133
134 If you choose to build a module, it'll be called rndis_wlan.
135
Larry Fingerf1d2b4d2015-09-07 15:59:16 -0500136source "drivers/net/wireless/realtek/rtl818x/Kconfig"
137
Jouni Malinenacc1e7a2008-06-11 10:42:31 +0300138config MAC80211_HWSIM
139 tristate "Simulated radio testing tool for mac80211"
John W. Linville133d7c62009-10-28 16:29:30 -0400140 depends on MAC80211
Jouni Malinenacc1e7a2008-06-11 10:42:31 +0300141 ---help---
142 This driver is a developer testing tool that can be used to test
143 IEEE 802.11 networking stack (mac80211) functionality. This is not
144 needed for normal wireless LAN usage and is only for testing. See
145 Documentation/networking/mac80211_hwsim for more information on how
146 to use this tool.
147
148 To compile this driver as a module, choose M here: the module will be
149 called mac80211_hwsim. If unsure, say N.
150
Lennert Buytenheka66098d2009-03-10 10:13:33 +0100151config MWL8K
152 tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
Kees Cook798f4e52013-01-22 10:30:35 -0800153 depends on MAC80211 && PCI
Lennert Buytenheka66098d2009-03-10 10:13:33 +0100154 ---help---
155 This driver supports Marvell TOPDOG 802.11 wireless cards.
156
157 To compile this driver as a module, choose M here: the module
158 will be called mwl8k. If unsure, say N.
159
Bob Copeland3a702e42009-03-30 22:30:29 -0400160source "drivers/net/wireless/ath/Kconfig"
Michael Buesche4d6b792007-09-18 15:39:42 -0400161source "drivers/net/wireless/b43/Kconfig"
Larry Finger75388ac2007-09-25 16:46:54 -0700162source "drivers/net/wireless/b43legacy/Kconfig"
Arend van Spriel5b435de2011-10-05 13:19:03 +0200163source "drivers/net/wireless/brcm80211/Kconfig"
Holger Schurig0465af82009-10-06 16:31:20 +0200164source "drivers/net/wireless/hostap/Kconfig"
165source "drivers/net/wireless/ipw2x00/Kconfig"
166source "drivers/net/wireless/iwlwifi/Kconfig"
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800167source "drivers/net/wireless/iwlegacy/Kconfig"
Holger Schurig0465af82009-10-06 16:31:20 +0200168source "drivers/net/wireless/libertas/Kconfig"
169source "drivers/net/wireless/orinoco/Kconfig"
170source "drivers/net/wireless/p54/Kconfig"
171source "drivers/net/wireless/rt2x00/Kconfig"
Jakub Kicinskic869f772015-05-26 11:16:00 +0200172source "drivers/net/wireless/mediatek/Kconfig"
Larry Fingerf1d2b4d2015-09-07 15:59:16 -0500173source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
Jes Sorensen26f1fad2015-10-14 20:44:51 -0400174source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
Luciano Coelho90921012011-11-20 21:40:41 +0200175source "drivers/net/wireless/ti/Kconfig"
Holger Schurig0465af82009-10-06 16:31:20 +0200176source "drivers/net/wireless/zd1211rw/Kconfig"
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700177source "drivers/net/wireless/mwifiex/Kconfig"
Solomon Peachya910e4a2013-05-24 20:04:38 -0400178source "drivers/net/wireless/cw1200/Kconfig"
Fariya Fatimadad0d042014-03-16 03:47:02 +0530179source "drivers/net/wireless/rsi/Kconfig"
John W. Linville70e5e982006-01-23 17:00:39 -0500180
Luis R. Rodriguez44175272009-09-01 08:22:40 -0700181endif # WLAN