| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Wireless LAN device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 8 | 9 | depends on NET |
|---|
| 9 | 10 | select WIRELESS |
|---|
| 10 | 11 | default y |
|---|
| 11 | | - ---help--- |
|---|
| 12 | + help |
|---|
| 12 | 13 | This section contains all the pre 802.11 and 802.11 wireless |
|---|
| 13 | 14 | device drivers. For a complete list of drivers and documentation |
|---|
| 14 | 15 | on them refer to the wireless wiki: |
|---|
| 15 | 16 | |
|---|
| 16 | | - http://wireless.kernel.org/en/users/Drivers |
|---|
| 17 | + https://wireless.wiki.kernel.org/en/users/Drivers |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | if WLAN |
|---|
| 19 | 20 | |
|---|
| .. | .. |
|---|
| 39 | 40 | source "drivers/net/wireless/intersil/Kconfig" |
|---|
| 40 | 41 | source "drivers/net/wireless/marvell/Kconfig" |
|---|
| 41 | 42 | source "drivers/net/wireless/mediatek/Kconfig" |
|---|
| 43 | +source "drivers/net/wireless/microchip/Kconfig" |
|---|
| 42 | 44 | source "drivers/net/wireless/ralink/Kconfig" |
|---|
| 43 | 45 | source "drivers/net/wireless/realtek/Kconfig" |
|---|
| 44 | 46 | source "drivers/net/wireless/rsi/Kconfig" |
|---|
| .. | .. |
|---|
| 54 | 56 | select WIRELESS_EXT |
|---|
| 55 | 57 | select WEXT_SPY |
|---|
| 56 | 58 | select WEXT_PRIV |
|---|
| 57 | | - ---help--- |
|---|
| 59 | + help |
|---|
| 58 | 60 | Say Y here if you intend to attach an Aviator/Raytheon PCMCIA |
|---|
| 59 | 61 | (PC-card) wireless Ethernet networking card to your computer. |
|---|
| 60 | | - Please read the file <file:Documentation/networking/ray_cs.txt> for |
|---|
| 62 | + Please read the file |
|---|
| 63 | + <file:Documentation/networking/device_drivers/wifi/ray_cs.rst> for |
|---|
| 61 | 64 | details. |
|---|
| 62 | 65 | |
|---|
| 63 | 66 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 76 | 79 | config MAC80211_HWSIM |
|---|
| 77 | 80 | tristate "Simulated radio testing tool for mac80211" |
|---|
| 78 | 81 | depends on MAC80211 |
|---|
| 79 | | - ---help--- |
|---|
| 82 | + help |
|---|
| 80 | 83 | This driver is a developer testing tool that can be used to test |
|---|
| 81 | 84 | IEEE 802.11 networking stack (mac80211) functionality. This is not |
|---|
| 82 | 85 | needed for normal wireless LAN usage and is only for testing. See |
|---|
| .. | .. |
|---|
| 94 | 97 | select USB_USBNET |
|---|
| 95 | 98 | select USB_NET_CDCETHER |
|---|
| 96 | 99 | select USB_NET_RNDIS_HOST |
|---|
| 97 | | - ---help--- |
|---|
| 100 | + help |
|---|
| 98 | 101 | This is a driver for wireless RNDIS devices. |
|---|
| 99 | 102 | These are USB based adapters found in devices such as: |
|---|
| 100 | 103 | |
|---|
| .. | .. |
|---|
| 118 | 121 | config VIRT_WIFI |
|---|
| 119 | 122 | tristate "Wifi wrapper for ethernet drivers" |
|---|
| 120 | 123 | depends on CFG80211 |
|---|
| 121 | | - ---help--- |
|---|
| 124 | + help |
|---|
| 122 | 125 | This option adds support for ethernet connections to appear as if they |
|---|
| 123 | 126 | are wifi connections through a special rtnetlink device. |
|---|
| 124 | 127 | |
|---|