1config PCMCIA_RAYCS
2	tristate "Aviator/Raytheon 2.4GHz wireless support"
3	depends on PCMCIA
4	select WIRELESS_EXT
5	select WEXT_SPY
6	select WEXT_PRIV
7	help
8	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
9	  (PC-card) wireless Ethernet networking card to your computer.
10	  Please read the file
11	  <file:Documentation/networking/device_drivers/wifi/ray_cs.rst> for
12	  details.
13
14	  To compile this driver as a module, choose M here: the module will be
15	  called ray_cs.  If unsure, say N.
16
17config PCMCIA_WL3501
18	tristate "Planet WL3501 PCMCIA cards"
19	depends on CFG80211 && PCMCIA
20	select WIRELESS_EXT
21	select WEXT_SPY
22	help
23	  A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
24	  It has basic support for Linux wireless extensions and initial
25	  micro support for ethtool.
26
27config USB_NET_RNDIS_WLAN
28	tristate "Wireless RNDIS USB support"
29	depends on USB
30	depends on CFG80211
31	select USB_NET_DRIVERS
32	select USB_USBNET
33	select USB_NET_CDCETHER
34	select USB_NET_RNDIS_HOST
35	help
36	  This is a driver for wireless RNDIS devices.
37	  These are USB based adapters found in devices such as:
38
39	  Buffalo WLI-U2-KG125S
40	  U.S. Robotics USR5421
41	  Belkin F5D7051
42	  Linksys WUSB54GSv2
43	  Linksys WUSB54GSC
44	  Asus WL169gE
45	  Eminent EM4045
46	  BT Voyager 1055
47	  Linksys WUSB54GSv1
48	  U.S. Robotics USR5420
49	  BUFFALO WLI-USB-G54
50
51	  All of these devices are based on Broadcom 4320 chip which is the
52	  only wireless RNDIS chip known to date.
53
54	  If you choose to build a module, it'll be called rndis_wlan.
55
56