2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Wireless LAN device configuration
|
|
|
|
#
|
|
|
|
|
2009-09-01 23:22:40 +08:00
|
|
|
menuconfig WLAN
|
|
|
|
bool "Wireless LAN"
|
2007-05-10 21:46:01 +08:00
|
|
|
depends on !S390
|
2010-05-11 00:24:29 +08:00
|
|
|
depends on NET
|
2009-10-10 00:17:05 +08:00
|
|
|
select WIRELESS
|
2009-09-11 16:43:29 +08:00
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2009-09-01 23:22:40 +08:00
|
|
|
This section contains all the pre 802.11 and 802.11 wireless
|
|
|
|
device drivers. For a complete list of drivers and documentation
|
|
|
|
on them refer to the wireless wiki:
|
|
|
|
|
2020-06-05 23:41:05 +08:00
|
|
|
https://wireless.wiki.kernel.org/en/users/Drivers
|
2009-09-01 23:22:40 +08:00
|
|
|
|
|
|
|
if WLAN
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-11-18 01:49:19 +08:00
|
|
|
source "drivers/net/wireless/admtek/Kconfig"
|
2015-11-18 16:38:32 +08:00
|
|
|
source "drivers/net/wireless/ath/Kconfig"
|
2015-11-18 01:49:20 +08:00
|
|
|
source "drivers/net/wireless/atmel/Kconfig"
|
2015-11-18 01:49:23 +08:00
|
|
|
source "drivers/net/wireless/broadcom/Kconfig"
|
2015-11-18 01:49:19 +08:00
|
|
|
source "drivers/net/wireless/cisco/Kconfig"
|
2015-11-18 02:24:59 +08:00
|
|
|
source "drivers/net/wireless/intel/Kconfig"
|
2015-11-18 15:42:58 +08:00
|
|
|
source "drivers/net/wireless/intersil/Kconfig"
|
2015-11-18 03:07:19 +08:00
|
|
|
source "drivers/net/wireless/marvell/Kconfig"
|
2015-11-18 16:23:52 +08:00
|
|
|
source "drivers/net/wireless/mediatek/Kconfig"
|
2020-06-25 20:37:23 +08:00
|
|
|
source "drivers/net/wireless/microchip/Kconfig"
|
2015-11-18 16:18:44 +08:00
|
|
|
source "drivers/net/wireless/ralink/Kconfig"
|
2015-11-18 16:09:24 +08:00
|
|
|
source "drivers/net/wireless/realtek/Kconfig"
|
2015-11-18 16:15:33 +08:00
|
|
|
source "drivers/net/wireless/rsi/Kconfig"
|
2015-11-18 02:09:02 +08:00
|
|
|
source "drivers/net/wireless/st/Kconfig"
|
2015-11-18 16:27:43 +08:00
|
|
|
source "drivers/net/wireless/ti/Kconfig"
|
2015-11-18 13:39:37 +08:00
|
|
|
source "drivers/net/wireless/zydas/Kconfig"
|
2017-05-12 05:51:01 +08:00
|
|
|
source "drivers/net/wireless/quantenna/Kconfig"
|
2015-11-18 01:49:19 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
config PCMCIA_RAYCS
|
2008-12-31 05:49:28 +08:00
|
|
|
tristate "Aviator/Raytheon 2.4GHz wireless support"
|
2009-10-29 04:29:30 +08:00
|
|
|
depends on PCMCIA
|
2007-04-24 03:19:12 +08:00
|
|
|
select WIRELESS_EXT
|
2009-09-30 05:27:28 +08:00
|
|
|
select WEXT_SPY
|
|
|
|
select WEXT_PRIV
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2005-04-17 06:20:36 +08:00
|
|
|
Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
|
|
|
|
(PC-card) wireless Ethernet networking card to your computer.
|
2020-06-27 01:27:27 +08:00
|
|
|
Please read the file
|
|
|
|
<file:Documentation/networking/device_drivers/wifi/ray_cs.rst> for
|
2005-04-17 06:20:36 +08:00
|
|
|
details.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called ray_cs. If unsure, say N.
|
|
|
|
|
|
|
|
config PCMCIA_WL3501
|
2009-09-30 05:27:28 +08:00
|
|
|
tristate "Planet WL3501 PCMCIA cards"
|
2014-03-01 14:26:29 +08:00
|
|
|
depends on CFG80211 && PCMCIA
|
2009-09-30 05:27:28 +08:00
|
|
|
select WIRELESS_EXT
|
|
|
|
select WEXT_SPY
|
|
|
|
help
|
|
|
|
A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
|
|
|
|
It has basic support for Linux wireless extensions and initial
|
|
|
|
micro support for ethtool.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2015-11-18 16:45:54 +08:00
|
|
|
config MAC80211_HWSIM
|
|
|
|
tristate "Simulated radio testing tool for mac80211"
|
|
|
|
depends on MAC80211
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-11-18 16:45:54 +08:00
|
|
|
This driver is a developer testing tool that can be used to test
|
|
|
|
IEEE 802.11 networking stack (mac80211) functionality. This is not
|
|
|
|
needed for normal wireless LAN usage and is only for testing. See
|
|
|
|
Documentation/networking/mac80211_hwsim for more information on how
|
|
|
|
to use this tool.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called mac80211_hwsim. If unsure, say N.
|
|
|
|
|
2008-01-26 06:51:51 +08:00
|
|
|
config USB_NET_RNDIS_WLAN
|
|
|
|
tristate "Wireless RNDIS USB support"
|
2013-01-23 02:30:35 +08:00
|
|
|
depends on USB
|
2009-06-04 00:30:31 +08:00
|
|
|
depends on CFG80211
|
2014-08-07 06:36:40 +08:00
|
|
|
select USB_NET_DRIVERS
|
2008-01-26 06:51:51 +08:00
|
|
|
select USB_USBNET
|
|
|
|
select USB_NET_CDCETHER
|
|
|
|
select USB_NET_RNDIS_HOST
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2008-01-26 06:51:51 +08:00
|
|
|
This is a driver for wireless RNDIS devices.
|
|
|
|
These are USB based adapters found in devices such as:
|
|
|
|
|
|
|
|
Buffalo WLI-U2-KG125S
|
|
|
|
U.S. Robotics USR5421
|
|
|
|
Belkin F5D7051
|
|
|
|
Linksys WUSB54GSv2
|
|
|
|
Linksys WUSB54GSC
|
|
|
|
Asus WL169gE
|
|
|
|
Eminent EM4045
|
|
|
|
BT Voyager 1055
|
|
|
|
Linksys WUSB54GSv1
|
|
|
|
U.S. Robotics USR5420
|
|
|
|
BUFFALO WLI-USB-G54
|
|
|
|
|
|
|
|
All of these devices are based on Broadcom 4320 chip which is the
|
|
|
|
only wireless RNDIS chip known to date.
|
|
|
|
|
|
|
|
If you choose to build a module, it'll be called rndis_wlan.
|
|
|
|
|
2018-11-21 11:14:49 +08:00
|
|
|
config VIRT_WIFI
|
|
|
|
tristate "Wifi wrapper for ethernet drivers"
|
|
|
|
depends on CFG80211
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2018-11-21 11:14:49 +08:00
|
|
|
This option adds support for ethernet connections to appear as if they
|
|
|
|
are wifi connections through a special rtnetlink device.
|
|
|
|
|
2009-09-01 23:22:40 +08:00
|
|
|
endif # WLAN
|