hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wireless/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Wireless LAN device configuration
34 #
....@@ -8,12 +9,12 @@
89 depends on NET
910 select WIRELESS
1011 default y
11
- ---help---
12
+ help
1213 This section contains all the pre 802.11 and 802.11 wireless
1314 device drivers. For a complete list of drivers and documentation
1415 on them refer to the wireless wiki:
1516
16
- http://wireless.kernel.org/en/users/Drivers
17
+ https://wireless.wiki.kernel.org/en/users/Drivers
1718
1819 if WLAN
1920
....@@ -39,6 +40,7 @@
3940 source "drivers/net/wireless/intersil/Kconfig"
4041 source "drivers/net/wireless/marvell/Kconfig"
4142 source "drivers/net/wireless/mediatek/Kconfig"
43
+source "drivers/net/wireless/microchip/Kconfig"
4244 source "drivers/net/wireless/ralink/Kconfig"
4345 source "drivers/net/wireless/realtek/Kconfig"
4446 source "drivers/net/wireless/rsi/Kconfig"
....@@ -54,10 +56,11 @@
5456 select WIRELESS_EXT
5557 select WEXT_SPY
5658 select WEXT_PRIV
57
- ---help---
59
+ help
5860 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
5961 (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
6164 details.
6265
6366 To compile this driver as a module, choose M here: the module will be
....@@ -76,7 +79,7 @@
7679 config MAC80211_HWSIM
7780 tristate "Simulated radio testing tool for mac80211"
7881 depends on MAC80211
79
- ---help---
82
+ help
8083 This driver is a developer testing tool that can be used to test
8184 IEEE 802.11 networking stack (mac80211) functionality. This is not
8285 needed for normal wireless LAN usage and is only for testing. See
....@@ -94,7 +97,7 @@
9497 select USB_USBNET
9598 select USB_NET_CDCETHER
9699 select USB_NET_RNDIS_HOST
97
- ---help---
100
+ help
98101 This is a driver for wireless RNDIS devices.
99102 These are USB based adapters found in devices such as:
100103
....@@ -118,7 +121,7 @@
118121 config VIRT_WIFI
119122 tristate "Wifi wrapper for ethernet drivers"
120123 depends on CFG80211
121
- ---help---
124
+ help
122125 This option adds support for ethernet connections to appear as if they
123126 are wifi connections through a special rtnetlink device.
124127