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