hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/realtek/rtl8xxxu/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # RTL8XXXU Wireless LAN device configuration
34 #
45 config RTL8XXXU
56 tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support"
67 depends on MAC80211 && USB
7
- ---help---
8
+ help
89 This is an alternative driver for various Realtek RTL8XXX
910 parts written to utilize the Linux mac80211 stack.
1011 The driver is known to work with a number of RTL8723AU,
....@@ -26,7 +27,7 @@
2627 config RTL8XXXU_UNTESTED
2728 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
2829 depends on RTL8XXXU
29
- ---help---
30
+ help
3031 This option enables detection of Realtek 8723/8188/8191/8192 WiFi
3132 USB devices which have not been tested directly by the driver
3233 author or reported to be working by third parties.