1 # SPDX-License-Identifier: GPL-2.0-only
3 # Wireless LAN device configuration
13 This section contains all the pre 802.11 and 802.11 wireless
14 device drivers. For a complete list of drivers and documentation
15 on them refer to the wireless wiki:
17 https://wireless.wiki.kernel.org/en/users/Drivers
22 bool "mac80211-based legacy WDS support" if EXPERT
24 This option enables the deprecated WDS support, the newer
25 mac80211-based 4-addr AP/client support supersedes it with
26 a much better feature set (HT, VHT, ...)
28 We plan to remove this option and code, so if you find
29 that you have to enable it, please let us know on the
31 help you migrate to 4-addr AP/client (or, if it's really
32 necessary, give up on our plan of removing it).
34 source "drivers/net/wireless/admtek/Kconfig"
35 source "drivers/net/wireless/ath/Kconfig"
36 source "drivers/net/wireless/atmel/Kconfig"
37 source "drivers/net/wireless/broadcom/Kconfig"
38 source "drivers/net/wireless/cisco/Kconfig"
39 source "drivers/net/wireless/intel/Kconfig"
40 source "drivers/net/wireless/intersil/Kconfig"
41 source "drivers/net/wireless/marvell/Kconfig"
42 source "drivers/net/wireless/mediatek/Kconfig"
43 source "drivers/net/wireless/microchip/Kconfig"
44 source "drivers/net/wireless/ralink/Kconfig"
45 source "drivers/net/wireless/realtek/Kconfig"
46 source "drivers/net/wireless/rsi/Kconfig"
47 source "drivers/net/wireless/st/Kconfig"
48 source "drivers/net/wireless/ti/Kconfig"
49 source "drivers/net/wireless/zydas/Kconfig"
50 source "drivers/net/wireless/quantenna/Kconfig"
53 tristate "Aviator/Raytheon 2.4GHz wireless support"
59 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
60 (PC-card) wireless Ethernet networking card to your computer.
62 <file:Documentation/networking/device_drivers/wifi/ray_cs.rst> for
65 To compile this driver as a module, choose M here: the module will be
66 called ray_cs. If unsure, say N.
69 tristate "Planet WL3501 PCMCIA cards"
70 depends on CFG80211 && PCMCIA
74 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
75 It has basic support for Linux wireless extensions and initial
76 micro support for ethtool.
79 tristate "Simulated radio testing tool for mac80211"
82 This driver is a developer testing tool that can be used to test
83 IEEE 802.11 networking stack (mac80211) functionality. This is not
84 needed for normal wireless LAN usage and is only for testing. See
85 Documentation/networking/mac80211_hwsim for more information on how
88 To compile this driver as a module, choose M here: the module will be
89 called mac80211_hwsim. If unsure, say N.
91 config USB_NET_RNDIS_WLAN
92 tristate "Wireless RNDIS USB support"
95 select USB_NET_DRIVERS
97 select USB_NET_CDCETHER
98 select USB_NET_RNDIS_HOST
100 This is a driver for wireless RNDIS devices.
101 These are USB based adapters found in devices such as:
103 Buffalo WLI-U2-KG125S
104 U.S. Robotics USR5421
112 U.S. Robotics USR5420
115 All of these devices are based on Broadcom 4320 chip which is the
116 only wireless RNDIS chip known to date.
118 If you choose to build a module, it'll be called rndis_wlan.
121 tristate "Wifi wrapper for ethernet drivers"
124 This option adds support for ethernet connections to appear as if they
125 are wifi connections through a special rtnetlink device.