blob: bea2fbb4a238db60c43d3ccf43b371fefcc3f31f [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 Valo58619b12015-11-17 19:49:23 +020022source "drivers/net/wireless/broadcom/Kconfig"
Kalle Valo30db0ca2015-11-17 19:49:19 +020023source "drivers/net/wireless/cisco/Kconfig"
Kalle Valo367a1092015-11-17 20:24:59 +020024source "drivers/net/wireless/intel/Kconfig"
Kalle Valoeb4f98d2015-11-18 09:42:58 +020025source "drivers/net/wireless/intersil/Kconfig"
Kalle Valof988d642015-11-17 21:07:19 +020026source "drivers/net/wireless/marvell/Kconfig"
Kalle Valo560424e2015-11-17 20:09:02 +020027source "drivers/net/wireless/st/Kconfig"
Kalle Valoed0ad062015-11-18 07:39:37 +020028source "drivers/net/wireless/zydas/Kconfig"
Kalle Valod4a17302015-11-17 19:49:19 +020029
Linus Torvalds1da177e2005-04-16 15:20:36 -070030config PCMCIA_RAYCS
Erik Ekman8476a652008-12-30 22:49:28 +010031 tristate "Aviator/Raytheon 2.4GHz wireless support"
John W. Linville133d7c62009-10-28 16:29:30 -040032 depends on PCMCIA
Johannes Berg2a5e1c02007-04-23 12:19:12 -070033 select WIRELESS_EXT
Johannes Berg3d23e342009-09-29 23:27:28 +020034 select WEXT_SPY
35 select WEXT_PRIV
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 ---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 Torvalds1da177e2005-04-16 15:20:36 -070045config PCMCIA_WL3501
Johannes Berg3d23e342009-09-29 23:27:28 +020046 tristate "Planet WL3501 PCMCIA cards"
Zhao, Gang4c59ff22014-03-01 14:26:29 +080047 depends on CFG80211 && PCMCIA
Johannes Berg3d23e342009-09-29 23:27:28 +020048 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 Torvalds1da177e2005-04-16 15:20:36 -070054
Linus Torvalds1da177e2005-04-16 15:20:36 -070055config PRISM54
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070056 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
Kees Cook798f4e52013-01-22 10:30:35 -080057 depends on PCI
Johannes Berg2a5e1c02007-04-23 12:19:12 -070058 select WIRELESS_EXT
Johannes Berg3d23e342009-09-29 23:27:28 +020059 select WEXT_SPY
60 select WEXT_PRIV
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 select FW_LOADER
62 ---help---
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070063 This enables support for FullMAC PCI/Cardbus prism54 devices. This
64 driver is now deprecated in favor for the SoftMAC driver, p54pci.
Tao Mac0f04162012-12-17 15:59:38 -080065 p54pci supports FullMAC PCI/Cardbus devices as well.
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070067 For more information refer to the p54 wiki:
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070069 http://wireless.kernel.org/en/users/Drivers/p54
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Luis R. Rodriguez4d8cd262009-09-08 12:09:47 -070071 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 Torvalds1da177e2005-04-16 15:20:36 -070074
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020075config USB_NET_RNDIS_WLAN
76 tristate "Wireless RNDIS USB support"
Kees Cook798f4e52013-01-22 10:30:35 -080077 depends on USB
Johannes Berg0aa82042009-06-03 18:30:31 +020078 depends on CFG80211
Francois Romieu269f8cb2014-08-07 00:36:40 +020079 select USB_NET_DRIVERS
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020080 select USB_USBNET
81 select USB_NET_CDCETHER
82 select USB_NET_RNDIS_HOST
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020083 ---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 Fingerf1d2b4d2015-09-07 15:59:16 -0500104source "drivers/net/wireless/realtek/rtl818x/Kconfig"
105
Jouni Malinenacc1e7a2008-06-11 10:42:31 +0300106config MAC80211_HWSIM
107 tristate "Simulated radio testing tool for mac80211"
John W. Linville133d7c62009-10-28 16:29:30 -0400108 depends on MAC80211
Jouni Malinenacc1e7a2008-06-11 10:42:31 +0300109 ---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 Copeland3a702e42009-03-30 22:30:29 -0400119source "drivers/net/wireless/ath/Kconfig"
Holger Schurig0465af82009-10-06 16:31:20 +0200120source "drivers/net/wireless/orinoco/Kconfig"
Holger Schurig0465af82009-10-06 16:31:20 +0200121source "drivers/net/wireless/rt2x00/Kconfig"
Jakub Kicinskic869f772015-05-26 11:16:00 +0200122source "drivers/net/wireless/mediatek/Kconfig"
Larry Fingerf1d2b4d2015-09-07 15:59:16 -0500123source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
Jes Sorensen26f1fad2015-10-14 20:44:51 -0400124source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
Luciano Coelho90921012011-11-20 21:40:41 +0200125source "drivers/net/wireless/ti/Kconfig"
Fariya Fatimadad0d042014-03-16 03:47:02 +0530126source "drivers/net/wireless/rsi/Kconfig"
John W. Linville70e5e982006-01-23 17:00:39 -0500127
Luis R. Rodriguez44175272009-09-01 08:22:40 -0700128endif # WLAN