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