hostap: move under intersil vendor directory
[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"
30fe0f9b 21source "drivers/net/wireless/atmel/Kconfig"
58619b14 22source "drivers/net/wireless/broadcom/Kconfig"
30db0ca8 23source "drivers/net/wireless/cisco/Kconfig"
367a1092 24source "drivers/net/wireless/intel/Kconfig"
eb4f98d5 25source "drivers/net/wireless/intersil/Kconfig"
f988d640 26source "drivers/net/wireless/marvell/Kconfig"
560424e9 27source "drivers/net/wireless/st/Kconfig"
ed0ad06f 28source "drivers/net/wireless/zydas/Kconfig"
d4a17304 29
1da177e4 30config PCMCIA_RAYCS
8476a657 31 tristate "Aviator/Raytheon 2.4GHz wireless support"
133d7c6a 32 depends on PCMCIA
2a5e1c0e 33 select WIRELESS_EXT
3d23e349
JB
34 select WEXT_SPY
35 select WEXT_PRIV
1da177e4
LT
36 ---help---
37 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
38 (PC-card) wireless Ethernet networking card to your computer.
39 Please read the file <file:Documentation/networking/ray_cs.txt> for
40 details.
41
42 To compile this driver as a module, choose M here: the module will be
43 called ray_cs. If unsure, say N.
44
1da177e4 45config PCMCIA_WL3501
3d23e349 46 tristate "Planet WL3501 PCMCIA cards"
4c59ff22 47 depends on CFG80211 && PCMCIA
3d23e349
JB
48 select WIRELESS_EXT
49 select WEXT_SPY
50 help
51 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
52 It has basic support for Linux wireless extensions and initial
53 micro support for ethtool.
1da177e4 54
1da177e4 55config PRISM54
4d8cd268 56 tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
798f4e5e 57 depends on PCI
2a5e1c0e 58 select WIRELESS_EXT
3d23e349
JB
59 select WEXT_SPY
60 select WEXT_PRIV
1da177e4
LT
61 select FW_LOADER
62 ---help---
4d8cd268
LR
63 This enables support for FullMAC PCI/Cardbus prism54 devices. This
64 driver is now deprecated in favor for the SoftMAC driver, p54pci.
c0f04160 65 p54pci supports FullMAC PCI/Cardbus devices as well.
4d8cd268
LR
66
67 For more information refer to the p54 wiki:
68
69 http://wireless.kernel.org/en/users/Drivers/p54
70
71 Note: You need a motherboard with DMA support to use any of these cards
72
73 When built as module you get the module prism54
1da177e4 74
bf164cc0
JK
75config USB_NET_RNDIS_WLAN
76 tristate "Wireless RNDIS USB support"
798f4e5e 77 depends on USB
0aa8204b 78 depends on CFG80211
269f8cb2 79 select USB_NET_DRIVERS
bf164cc0
JK
80 select USB_USBNET
81 select USB_NET_CDCETHER
82 select USB_NET_RNDIS_HOST
bf164cc0
JK
83 ---help---
84 This is a driver for wireless RNDIS devices.
85 These are USB based adapters found in devices such as:
86
87 Buffalo WLI-U2-KG125S
88 U.S. Robotics USR5421
89 Belkin F5D7051
90 Linksys WUSB54GSv2
91 Linksys WUSB54GSC
92 Asus WL169gE
93 Eminent EM4045
94 BT Voyager 1055
95 Linksys WUSB54GSv1
96 U.S. Robotics USR5420
97 BUFFALO WLI-USB-G54
98
99 All of these devices are based on Broadcom 4320 chip which is the
100 only wireless RNDIS chip known to date.
101
102 If you choose to build a module, it'll be called rndis_wlan.
103
f1d2b4d3
LF
104source "drivers/net/wireless/realtek/rtl818x/Kconfig"
105
acc1e7a3
JM
106config MAC80211_HWSIM
107 tristate "Simulated radio testing tool for mac80211"
133d7c6a 108 depends on MAC80211
acc1e7a3
JM
109 ---help---
110 This driver is a developer testing tool that can be used to test
111 IEEE 802.11 networking stack (mac80211) functionality. This is not
112 needed for normal wireless LAN usage and is only for testing. See
113 Documentation/networking/mac80211_hwsim for more information on how
114 to use this tool.
115
116 To compile this driver as a module, choose M here: the module will be
117 called mac80211_hwsim. If unsure, say N.
118
3a702e49 119source "drivers/net/wireless/ath/Kconfig"
49c1d208 120source "drivers/net/wireless/orinoco/Kconfig"
0465af8e
HS
121source "drivers/net/wireless/p54/Kconfig"
122source "drivers/net/wireless/rt2x00/Kconfig"
c869f77d 123source "drivers/net/wireless/mediatek/Kconfig"
f1d2b4d3 124source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
26f1fad2 125source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
90921014 126source "drivers/net/wireless/ti/Kconfig"
dad0d04f 127source "drivers/net/wireless/rsi/Kconfig"
70e5e983 128
44175272 129endif # WLAN