brcm80211: move under broadcom vendor directory
[deliverable/linux.git] / drivers / net / wireless / Kconfig
CommitLineData
1da177e4
LT
1#
2# Wireless LAN device configuration
3#
4
44175272
LR
5menuconfig WLAN
6 bool "Wireless LAN"
f54bfc0e 7 depends on !S390
9459d59f 8 depends on NET
eab2ec83 9 select WIRELESS
ff4d572a 10 default y
44175272
LR
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
18if WLAN
1da177e4 19
d4a17304 20source "drivers/net/wireless/admtek/Kconfig"
30fe0f9b 21source "drivers/net/wireless/atmel/Kconfig"
58619b14 22source "drivers/net/wireless/broadcom/Kconfig"
30db0ca8 23source "drivers/net/wireless/cisco/Kconfig"
d4a17304 24
1da177e4 25config PCMCIA_RAYCS
8476a657 26 tristate "Aviator/Raytheon 2.4GHz wireless support"
133d7c6a 27 depends on PCMCIA
2a5e1c0e 28 select WIRELESS_EXT
3d23e349
JB
29 select WEXT_SPY
30 select WEXT_PRIV
1da177e4
LT
31 ---help---
32 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
33 (PC-card) wireless Ethernet networking card to your computer.
34 Please read the file <file:Documentation/networking/ray_cs.txt> for
35 details.
36
37 To compile this driver as a module, choose M here: the module will be
38 called ray_cs. If unsure, say N.
39
d9c63504
LCC
40config LIBERTAS_THINFIRM
41 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
133d7c6a 42 depends on MAC80211
d9c63504
LCC
43 select FW_LOADER
44 ---help---
45 A library for Marvell Libertas 8xxx devices using thinfirm.
46
e9bd5bcd
S
47config LIBERTAS_THINFIRM_DEBUG
48 bool "Enable full debugging output in the Libertas thin firmware module."
49 depends on LIBERTAS_THINFIRM
50 ---help---
51 Debugging support.
52
d9c63504
LCC
53config LIBERTAS_THINFIRM_USB
54 tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
55 depends on LIBERTAS_THINFIRM && USB
56 ---help---
57 A driver for Marvell Libertas 8388 USB devices using thinfirm.
58
1da177e4 59config PCMCIA_WL3501
3d23e349 60 tristate "Planet WL3501 PCMCIA cards"
4c59ff22 61 depends on CFG80211 && PCMCIA
3d23e349
JB
62 select WIRELESS_EXT
63 select WEXT_SPY
64 help
65 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
66 It has basic support for Linux wireless extensions and initial
67 micro support for ethtool.
1da177e4 68
1da177e4 69config PRISM54
4d8cd268 70 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
798f4e5e 71 depends on PCI
2a5e1c0e 72 select WIRELESS_EXT
3d23e349
JB
73 select WEXT_SPY
74 select WEXT_PRIV
1da177e4
LT
75 select FW_LOADER
76 ---help---
4d8cd268
LR
77 This enables support for FullMAC PCI/Cardbus prism54 devices. This
78 driver is now deprecated in favor for the SoftMAC driver, p54pci.
c0f04160 79 p54pci supports FullMAC PCI/Cardbus devices as well.
4d8cd268
LR
80
81 For more information refer to the p54 wiki:
82
83 http://wireless.kernel.org/en/users/Drivers/p54
84
85 Note: You need a motherboard with DMA support to use any of these cards
86
87 When built as module you get the module prism54
1da177e4 88
5c601d0c
PM
89config USB_ZD1201
90 tristate "USB ZD1201 based Wireless device support"
4c59ff22 91 depends on CFG80211 && USB
2a5e1c0e 92 select WIRELESS_EXT
3d23e349 93 select WEXT_PRIV
5c601d0c
PM
94 select FW_LOADER
95 ---help---
96 Say Y if you want to use wireless LAN adapters based on the ZyDAS
97 ZD1201 chip.
98
99 This driver makes the adapter appear as a normal Ethernet interface,
100 typically on wlan0.
101
102 The zd1201 device requires external firmware to be loaded.
103 This can be found at http://linux-lc100020.sourceforge.net/
104
105 To compile this driver as a module, choose M here: the
106 module will be called zd1201.
107
bf164cc0
JK
108config USB_NET_RNDIS_WLAN
109 tristate "Wireless RNDIS USB support"
798f4e5e 110 depends on USB
0aa8204b 111 depends on CFG80211
269f8cb2 112 select USB_NET_DRIVERS
bf164cc0
JK
113 select USB_USBNET
114 select USB_NET_CDCETHER
115 select USB_NET_RNDIS_HOST
bf164cc0
JK
116 ---help---
117 This is a driver for wireless RNDIS devices.
118 These are USB based adapters found in devices such as:
119
120 Buffalo WLI-U2-KG125S
121 U.S. Robotics USR5421
122 Belkin F5D7051
123 Linksys WUSB54GSv2
124 Linksys WUSB54GSC
125 Asus WL169gE
126 Eminent EM4045
127 BT Voyager 1055
128 Linksys WUSB54GSv1
129 U.S. Robotics USR5420
130 BUFFALO WLI-USB-G54
131
132 All of these devices are based on Broadcom 4320 chip which is the
133 only wireless RNDIS chip known to date.
134
135 If you choose to build a module, it'll be called rndis_wlan.
136
f1d2b4d3
LF
137source "drivers/net/wireless/realtek/rtl818x/Kconfig"
138
acc1e7a3
JM
139config MAC80211_HWSIM
140 tristate "Simulated radio testing tool for mac80211"
133d7c6a 141 depends on MAC80211
acc1e7a3
JM
142 ---help---
143 This driver is a developer testing tool that can be used to test
144 IEEE 802.11 networking stack (mac80211) functionality. This is not
145 needed for normal wireless LAN usage and is only for testing. See
146 Documentation/networking/mac80211_hwsim for more information on how
147 to use this tool.
148
149 To compile this driver as a module, choose M here: the module will be
150 called mac80211_hwsim. If unsure, say N.
151
a66098da
LB
152config MWL8K
153 tristate "Marvell 88W8xxx PCI/PCIe Wireless support"
798f4e5e 154 depends on MAC80211 && PCI
a66098da
LB
155 ---help---
156 This driver supports Marvell TOPDOG 802.11 wireless cards.
157
158 To compile this driver as a module, choose M here: the module
159 will be called mwl8k. If unsure, say N.
160
3a702e49 161source "drivers/net/wireless/ath/Kconfig"
0465af8e
HS
162source "drivers/net/wireless/hostap/Kconfig"
163source "drivers/net/wireless/ipw2x00/Kconfig"
164source "drivers/net/wireless/iwlwifi/Kconfig"
be663ab6 165source "drivers/net/wireless/iwlegacy/Kconfig"
0465af8e 166source "drivers/net/wireless/libertas/Kconfig"
49c1d208 167source "drivers/net/wireless/orinoco/Kconfig"
0465af8e
HS
168source "drivers/net/wireless/p54/Kconfig"
169source "drivers/net/wireless/rt2x00/Kconfig"
c869f77d 170source "drivers/net/wireless/mediatek/Kconfig"
f1d2b4d3 171source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
26f1fad2 172source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
90921014 173source "drivers/net/wireless/ti/Kconfig"
0465af8e 174source "drivers/net/wireless/zd1211rw/Kconfig"
5e6e3a92 175source "drivers/net/wireless/mwifiex/Kconfig"
a910e4a9 176source "drivers/net/wireless/cw1200/Kconfig"
dad0d04f 177source "drivers/net/wireless/rsi/Kconfig"
70e5e983 178
44175272 179endif # WLAN
This page took 1.853543 seconds and 5 git commands to generate.