intel_pstate: Clean up get_target_pstate_use_performance()
[linux-2.6-block.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"
b5c9b4f9 21source "drivers/net/wireless/ath/Kconfig"
30fe0f9b 22source "drivers/net/wireless/atmel/Kconfig"
58619b14 23source "drivers/net/wireless/broadcom/Kconfig"
30db0ca8 24source "drivers/net/wireless/cisco/Kconfig"
367a1092 25source "drivers/net/wireless/intel/Kconfig"
eb4f98d5 26source "drivers/net/wireless/intersil/Kconfig"
f988d640 27source "drivers/net/wireless/marvell/Kconfig"
7b09ed5a 28source "drivers/net/wireless/mediatek/Kconfig"
33aca94d 29source "drivers/net/wireless/ralink/Kconfig"
62141726 30source "drivers/net/wireless/realtek/Kconfig"
941a967c 31source "drivers/net/wireless/rsi/Kconfig"
560424e9 32source "drivers/net/wireless/st/Kconfig"
bd842171 33source "drivers/net/wireless/ti/Kconfig"
ed0ad06f 34source "drivers/net/wireless/zydas/Kconfig"
d4a17304 35
1da177e4 36config PCMCIA_RAYCS
8476a657 37 tristate "Aviator/Raytheon 2.4GHz wireless support"
133d7c6a 38 depends on PCMCIA
2a5e1c0e 39 select WIRELESS_EXT
3d23e349
JB
40 select WEXT_SPY
41 select WEXT_PRIV
1da177e4
LT
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
1da177e4 51config PCMCIA_WL3501
3d23e349 52 tristate "Planet WL3501 PCMCIA cards"
4c59ff22 53 depends on CFG80211 && PCMCIA
3d23e349
JB
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.
1da177e4 60
6d808eba
KV
61config MAC80211_HWSIM
62 tristate "Simulated radio testing tool for mac80211"
63 depends on MAC80211
64 ---help---
65 This driver is a developer testing tool that can be used to test
66 IEEE 802.11 networking stack (mac80211) functionality. This is not
67 needed for normal wireless LAN usage and is only for testing. See
68 Documentation/networking/mac80211_hwsim for more information on how
69 to use this tool.
70
71 To compile this driver as a module, choose M here: the module will be
72 called mac80211_hwsim. If unsure, say N.
73
bf164cc0
JK
74config USB_NET_RNDIS_WLAN
75 tristate "Wireless RNDIS USB support"
798f4e5e 76 depends on USB
0aa8204b 77 depends on CFG80211
269f8cb2 78 select USB_NET_DRIVERS
bf164cc0
JK
79 select USB_USBNET
80 select USB_NET_CDCETHER
81 select USB_NET_RNDIS_HOST
bf164cc0
JK
82 ---help---
83 This is a driver for wireless RNDIS devices.
84 These are USB based adapters found in devices such as:
85
86 Buffalo WLI-U2-KG125S
87 U.S. Robotics USR5421
88 Belkin F5D7051
89 Linksys WUSB54GSv2
90 Linksys WUSB54GSC
91 Asus WL169gE
92 Eminent EM4045
93 BT Voyager 1055
94 Linksys WUSB54GSv1
95 U.S. Robotics USR5420
96 BUFFALO WLI-USB-G54
97
98 All of these devices are based on Broadcom 4320 chip which is the
99 only wireless RNDIS chip known to date.
100
101 If you choose to build a module, it'll be called rndis_wlan.
102
44175272 103endif # WLAN