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