forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/realtek/rtlwifi/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig RTL_CARDS
23 tristate "Realtek rtlwifi family of devices"
34 depends on MAC80211 && (PCI || USB)
45 default y
5
- ---help---
6
+ help
67 This option will enable support for the Realtek mac80211-based
78 wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,
89 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
....@@ -16,7 +17,7 @@
1617 select RTL8192C_COMMON
1718 select RTLWIFI
1819 select RTLWIFI_PCI
19
- ---help---
20
+ help
2021 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
2122 wireless network adapters.
2223
....@@ -27,7 +28,7 @@
2728 depends on PCI
2829 select RTLWIFI
2930 select RTLWIFI_PCI
30
- ---help---
31
+ help
3132 This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe
3233 wireless network adapters.
3334
....@@ -38,7 +39,7 @@
3839 depends on PCI
3940 select RTLWIFI
4041 select RTLWIFI_PCI
41
- ---help---
42
+ help
4243 This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe
4344 wireless network adapters.
4445
....@@ -51,7 +52,7 @@
5152 select RTLWIFI_PCI
5253 select RTL8723_COMMON
5354 select RTLBTCOEXIST
54
- ---help---
55
+ help
5556 This is the driver for Realtek RTL8723AE 802.11n PCIe
5657 wireless network adapters.
5758
....@@ -64,7 +65,7 @@
6465 select RTLWIFI_PCI
6566 select RTL8723_COMMON
6667 select RTLBTCOEXIST
67
- ---help---
68
+ help
6869 This is the driver for Realtek RTL8723BE 802.11n PCIe
6970 wireless network adapters.
7071
....@@ -75,7 +76,7 @@
7576 depends on PCI
7677 select RTLWIFI
7778 select RTLWIFI_PCI
78
- ---help---
79
+ help
7980 This is the driver for Realtek RTL8188EE 802.11n PCIe
8081 wireless network adapters.
8182
....@@ -87,7 +88,7 @@
8788 select RTLWIFI
8889 select RTLWIFI_PCI
8990 select RTLBTCOEXIST
90
- ---help---
91
+ help
9192 This is the driver for Realtek RTL8192EE 802.11n PCIe
9293 wireless network adapters.
9394
....@@ -99,7 +100,7 @@
99100 select RTLWIFI
100101 select RTLWIFI_PCI
101102 select RTLBTCOEXIST
102
- ---help---
103
+ help
103104 This is the driver for Realtek RTL8821AE/RTL8812AE 802.11ac PCIe
104105 wireless network adapters.
105106
....@@ -111,7 +112,7 @@
111112 select RTLWIFI
112113 select RTLWIFI_USB
113114 select RTL8192C_COMMON
114
- ---help---
115
+ help
115116 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB
116117 wireless network adapters.
117118
....@@ -131,7 +132,7 @@
131132 bool "Debugging output for rtlwifi driver family"
132133 depends on RTLWIFI
133134 default y
134
- ---help---
135
+ help
135136 To use the module option that sets the dynamic-debugging level for,
136137 the front-end driver, this parameter must be "Y". For memory-limited
137138 systems, choose "N". If in doubt, choose "Y".