Kconfig 6.8 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Wireless LAN device configuration
#

5 6
menuconfig WLAN
	bool "Wireless LAN"
7
	depends on !S390
R
Randy Dunlap 已提交
8
	depends on NET
9
	select WIRELESS
10
	default y
11 12 13 14 15 16 17 18
	---help---
	  This section contains all the pre 802.11 and 802.11 wireless
	  device drivers. For a complete list of drivers and documentation
	  on them refer to the wireless wiki:

	  http://wireless.kernel.org/en/users/Drivers

if WLAN
L
Linus Torvalds 已提交
19

20
source "drivers/net/wireless/admtek/Kconfig"
21
source "drivers/net/wireless/cisco/Kconfig"
22

L
Linus Torvalds 已提交
23
config PCMCIA_RAYCS
E
Erik Ekman 已提交
24
	tristate "Aviator/Raytheon 2.4GHz wireless support"
25
	depends on PCMCIA
26
	select WIRELESS_EXT
J
Johannes Berg 已提交
27 28
	select WEXT_SPY
	select WEXT_PRIV
L
Linus Torvalds 已提交
29 30 31 32 33 34 35 36 37
	---help---
	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
	  (PC-card) wireless Ethernet networking card to your computer.
	  Please read the file <file:Documentation/networking/ray_cs.txt> for
	  details.

	  To compile this driver as a module, choose M here: the module will be
	  called ray_cs.  If unsure, say N.

38 39
config LIBERTAS_THINFIRM
	tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
40
	depends on MAC80211
41 42 43 44
	select FW_LOADER
	---help---
	  A library for Marvell Libertas 8xxx devices using thinfirm.

45 46 47 48 49 50
config LIBERTAS_THINFIRM_DEBUG
	bool "Enable full debugging output in the Libertas thin firmware module."
	depends on LIBERTAS_THINFIRM
	---help---
	  Debugging support.

51 52 53 54 55 56
config LIBERTAS_THINFIRM_USB
	tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
	depends on LIBERTAS_THINFIRM && USB
	---help---
	  A driver for Marvell Libertas 8388 USB devices using thinfirm.

F
Faidon Liambotis 已提交
57 58
config ATMEL
      tristate "Atmel at76c50x chipset  802.11b support"
59
      depends on CFG80211 && (PCI || PCMCIA)
F
Faidon Liambotis 已提交
60
      select WIRELESS_EXT
J
Johannes Berg 已提交
61
      select WEXT_PRIV
F
Faidon Liambotis 已提交
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
      select FW_LOADER
      select CRC32
       ---help---
        A driver 802.11b wireless cards based on the Atmel fast-vnet
        chips. This driver supports standard Linux wireless extensions.

        Many  cards based on this chipset do not have flash memory
        and need their firmware loaded at start-up. If yours is
        one of these, you will need to provide a firmware image
        to be loaded into the card by the driver. The Atmel
        firmware package can be downloaded from
        <http://www.thekelleys.org.uk/atmel>

config PCI_ATMEL
      tristate "Atmel at76c506 PCI cards"
      depends on ATMEL && PCI
       ---help---
        Enable support for PCI and mini-PCI cards containing the
        Atmel at76c506 chip.

config PCMCIA_ATMEL
	tristate "Atmel at76c502/at76c504 PCMCIA cards"
	depends on ATMEL && PCMCIA
	select WIRELESS_EXT
	select FW_LOADER
	select CRC32
	---help---
	  Enable support for PCMCIA cards containing the
	  Atmel at76c502 and at76c504 chips.

K
Kalle Valo 已提交
92 93
config AT76C50X_USB
        tristate "Atmel at76c503/at76c505/at76c505a USB cards"
94
        depends on MAC80211 && USB
K
Kalle Valo 已提交
95 96 97 98 99
        select FW_LOADER
        ---help---
          Enable support for USB Wireless devices using Atmel at76c503,
          at76c505 or at76c505a chips.

L
Linus Torvalds 已提交
100
config PCMCIA_WL3501
J
Johannes Berg 已提交
101
	tristate "Planet WL3501 PCMCIA cards"
102
	depends on CFG80211 && PCMCIA
J
Johannes Berg 已提交
103 104 105 106 107 108
	select WIRELESS_EXT
	select WEXT_SPY
	help
	  A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
	  It has basic support for Linux wireless extensions and initial
	  micro support for ethtool.
L
Linus Torvalds 已提交
109 110

config PRISM54
111
	tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
112
	depends on PCI
113
	select WIRELESS_EXT
J
Johannes Berg 已提交
114 115
	select WEXT_SPY
	select WEXT_PRIV
L
Linus Torvalds 已提交
116 117
	select FW_LOADER
	---help---
118 119
	  This enables support for FullMAC PCI/Cardbus prism54 devices. This
	  driver is now deprecated in favor for the SoftMAC driver, p54pci.
120
	  p54pci supports FullMAC PCI/Cardbus devices as well.
121 122 123 124 125 126 127 128

	  For more information refer to the p54 wiki:

	  http://wireless.kernel.org/en/users/Drivers/p54

	  Note: You need a motherboard with DMA support to use any of these cards

	  When built as module you get the module prism54
L
Linus Torvalds 已提交
129

130 131
config USB_ZD1201
	tristate "USB ZD1201 based Wireless device support"
132
	depends on CFG80211 && USB
133
	select WIRELESS_EXT
J
Johannes Berg 已提交
134
	select WEXT_PRIV
135 136 137 138 139 140 141 142 143 144 145 146 147 148
	select FW_LOADER
	---help---
	  Say Y if you want to use wireless LAN adapters based on the ZyDAS
	  ZD1201 chip.

	  This driver makes the adapter appear as a normal Ethernet interface,
	  typically on wlan0.

	  The zd1201 device requires external firmware to be loaded.
	  This can be found at http://linux-lc100020.sourceforge.net/

	  To compile this driver as a module, choose M here: the
	  module will be called zd1201.

149 150
config USB_NET_RNDIS_WLAN
	tristate "Wireless RNDIS USB support"
151
	depends on USB
152
	depends on CFG80211
153
	select USB_NET_DRIVERS
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
	select USB_USBNET
	select USB_NET_CDCETHER
	select USB_NET_RNDIS_HOST
	---help---
	  This is a driver for wireless RNDIS devices.
	  These are USB based adapters found in devices such as:

	  Buffalo WLI-U2-KG125S
	  U.S. Robotics USR5421
	  Belkin F5D7051
	  Linksys WUSB54GSv2
	  Linksys WUSB54GSC
	  Asus WL169gE
	  Eminent EM4045
	  BT Voyager 1055
	  Linksys WUSB54GSv1
	  U.S. Robotics USR5420
	  BUFFALO WLI-USB-G54

	  All of these devices are based on Broadcom 4320 chip which is the
	  only wireless RNDIS chip known to date.

	  If you choose to build a module, it'll be called rndis_wlan.

178 179
source "drivers/net/wireless/realtek/rtl818x/Kconfig"

180 181
config MAC80211_HWSIM
	tristate "Simulated radio testing tool for mac80211"
182
	depends on MAC80211
183 184 185 186 187 188 189 190 191 192
	---help---
	  This driver is a developer testing tool that can be used to test
	  IEEE 802.11 networking stack (mac80211) functionality. This is not
	  needed for normal wireless LAN usage and is only for testing. See
	  Documentation/networking/mac80211_hwsim for more information on how
	  to use this tool.

	  To compile this driver as a module, choose M here: the module will be
	  called mac80211_hwsim.  If unsure, say N.

193 194
config MWL8K
	tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
195
	depends on MAC80211 && PCI
196 197 198 199 200 201
	---help---
	  This driver supports Marvell TOPDOG 802.11 wireless cards.

	  To compile this driver as a module, choose M here: the module
	  will be called mwl8k.  If unsure, say N.

202
source "drivers/net/wireless/ath/Kconfig"
203
source "drivers/net/wireless/b43/Kconfig"
204
source "drivers/net/wireless/b43legacy/Kconfig"
205
source "drivers/net/wireless/brcm80211/Kconfig"
206 207 208
source "drivers/net/wireless/hostap/Kconfig"
source "drivers/net/wireless/ipw2x00/Kconfig"
source "drivers/net/wireless/iwlwifi/Kconfig"
209
source "drivers/net/wireless/iwlegacy/Kconfig"
210
source "drivers/net/wireless/libertas/Kconfig"
211
source "drivers/net/wireless/orinoco/Kconfig"
212 213
source "drivers/net/wireless/p54/Kconfig"
source "drivers/net/wireless/rt2x00/Kconfig"
J
Jakub Kicinski 已提交
214
source "drivers/net/wireless/mediatek/Kconfig"
215
source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
J
Jes Sorensen 已提交
216
source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
217
source "drivers/net/wireless/ti/Kconfig"
218
source "drivers/net/wireless/zd1211rw/Kconfig"
219
source "drivers/net/wireless/mwifiex/Kconfig"
220
source "drivers/net/wireless/cw1200/Kconfig"
F
Fariya Fatima 已提交
221
source "drivers/net/wireless/rsi/Kconfig"
222

223
endif # WLAN