xref: /openbmc/linux/drivers/net/wireless/Kconfig (revision d3466830)
1#
2# Wireless LAN device configuration
3#
4
5menuconfig 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
18if WLAN
19
20source "drivers/net/wireless/admtek/Kconfig"
21source "drivers/net/wireless/atmel/Kconfig"
22source "drivers/net/wireless/broadcom/Kconfig"
23source "drivers/net/wireless/cisco/Kconfig"
24source "drivers/net/wireless/intel/Kconfig"
25source "drivers/net/wireless/intersil/Kconfig"
26source "drivers/net/wireless/marvell/Kconfig"
27source "drivers/net/wireless/st/Kconfig"
28source "drivers/net/wireless/zydas/Kconfig"
29
30config PCMCIA_RAYCS
31	tristate "Aviator/Raytheon 2.4GHz wireless support"
32	depends on PCMCIA
33	select WIRELESS_EXT
34	select WEXT_SPY
35	select WEXT_PRIV
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
45config PCMCIA_WL3501
46	tristate "Planet WL3501 PCMCIA cards"
47	depends on CFG80211 && PCMCIA
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.
54
55config PRISM54
56	tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED)'
57	depends on PCI
58	select WIRELESS_EXT
59	select WEXT_SPY
60	select WEXT_PRIV
61	select FW_LOADER
62	---help---
63	  This enables support for FullMAC PCI/Cardbus prism54 devices. This
64	  driver is now deprecated in favor for the SoftMAC driver, p54pci.
65	  p54pci supports FullMAC PCI/Cardbus devices as well.
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
74
75config USB_NET_RNDIS_WLAN
76	tristate "Wireless RNDIS USB support"
77	depends on USB
78	depends on CFG80211
79	select USB_NET_DRIVERS
80	select USB_USBNET
81	select USB_NET_CDCETHER
82	select USB_NET_RNDIS_HOST
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
104source "drivers/net/wireless/realtek/rtl818x/Kconfig"
105
106config MAC80211_HWSIM
107	tristate "Simulated radio testing tool for mac80211"
108	depends on MAC80211
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
119source "drivers/net/wireless/ath/Kconfig"
120source "drivers/net/wireless/orinoco/Kconfig"
121source "drivers/net/wireless/rt2x00/Kconfig"
122source "drivers/net/wireless/mediatek/Kconfig"
123source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
124source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
125source "drivers/net/wireless/ti/Kconfig"
126source "drivers/net/wireless/rsi/Kconfig"
127
128endif # WLAN
129