3af6d0b9ca2178db18a3e4ca327da07454739b5a
[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/ath/Kconfig"
22 source "drivers/net/wireless/atmel/Kconfig"
23 source "drivers/net/wireless/broadcom/Kconfig"
24 source "drivers/net/wireless/cisco/Kconfig"
25 source "drivers/net/wireless/intel/Kconfig"
26 source "drivers/net/wireless/intersil/Kconfig"
27 source "drivers/net/wireless/marvell/Kconfig"
28 source "drivers/net/wireless/mediatek/Kconfig"
29 source "drivers/net/wireless/ralink/Kconfig"
30 source "drivers/net/wireless/realtek/Kconfig"
31 source "drivers/net/wireless/rsi/Kconfig"
32 source "drivers/net/wireless/st/Kconfig"
33 source "drivers/net/wireless/ti/Kconfig"
34 source "drivers/net/wireless/zydas/Kconfig"
35
36 config PCMCIA_RAYCS
37         tristate "Aviator/Raytheon 2.4GHz wireless support"
38         depends on PCMCIA
39         select WIRELESS_EXT
40         select WEXT_SPY
41         select WEXT_PRIV
42         ---help---
43           Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
44           (PC-card) wireless Ethernet networking card to your computer.
45           Please read the file <file:Documentation/networking/ray_cs.txt> for
46           details.
47
48           To compile this driver as a module, choose M here: the module will be
49           called ray_cs.  If unsure, say N.
50
51 config PCMCIA_WL3501
52         tristate "Planet WL3501 PCMCIA cards"
53         depends on CFG80211 && PCMCIA
54         select WIRELESS_EXT
55         select WEXT_SPY
56         help
57           A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
58           It has basic support for Linux wireless extensions and initial
59           micro support for ethtool.
60
61 config USB_NET_RNDIS_WLAN
62         tristate "Wireless RNDIS USB support"
63         depends on USB
64         depends on CFG80211
65         select USB_NET_DRIVERS
66         select USB_USBNET
67         select USB_NET_CDCETHER
68         select USB_NET_RNDIS_HOST
69         ---help---
70           This is a driver for wireless RNDIS devices.
71           These are USB based adapters found in devices such as:
72
73           Buffalo WLI-U2-KG125S
74           U.S. Robotics USR5421
75           Belkin F5D7051
76           Linksys WUSB54GSv2
77           Linksys WUSB54GSC
78           Asus WL169gE
79           Eminent EM4045
80           BT Voyager 1055
81           Linksys WUSB54GSv1
82           U.S. Robotics USR5420
83           BUFFALO WLI-USB-G54
84
85           All of these devices are based on Broadcom 4320 chip which is the
86           only wireless RNDIS chip known to date.
87
88           If you choose to build a module, it'll be called rndis_wlan.
89
90 config MAC80211_HWSIM
91         tristate "Simulated radio testing tool for mac80211"
92         depends on MAC80211
93         ---help---
94           This driver is a developer testing tool that can be used to test
95           IEEE 802.11 networking stack (mac80211) functionality. This is not
96           needed for normal wireless LAN usage and is only for testing. See
97           Documentation/networking/mac80211_hwsim for more information on how
98           to use this tool.
99
100           To compile this driver as a module, choose M here: the module will be
101           called mac80211_hwsim.  If unsure, say N.
102
103 endif # WLAN