.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig RTL_CARDS |
---|
2 | 3 | tristate "Realtek rtlwifi family of devices" |
---|
3 | 4 | depends on MAC80211 && (PCI || USB) |
---|
4 | 5 | default y |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | This option will enable support for the Realtek mac80211-based |
---|
7 | 8 | wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de, |
---|
8 | 9 | rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share |
---|
.. | .. |
---|
16 | 17 | select RTL8192C_COMMON |
---|
17 | 18 | select RTLWIFI |
---|
18 | 19 | select RTLWIFI_PCI |
---|
19 | | - ---help--- |
---|
| 20 | + help |
---|
20 | 21 | This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe |
---|
21 | 22 | wireless network adapters. |
---|
22 | 23 | |
---|
.. | .. |
---|
27 | 28 | depends on PCI |
---|
28 | 29 | select RTLWIFI |
---|
29 | 30 | select RTLWIFI_PCI |
---|
30 | | - ---help--- |
---|
| 31 | + help |
---|
31 | 32 | This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe |
---|
32 | 33 | wireless network adapters. |
---|
33 | 34 | |
---|
.. | .. |
---|
38 | 39 | depends on PCI |
---|
39 | 40 | select RTLWIFI |
---|
40 | 41 | select RTLWIFI_PCI |
---|
41 | | - ---help--- |
---|
| 42 | + help |
---|
42 | 43 | This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe |
---|
43 | 44 | wireless network adapters. |
---|
44 | 45 | |
---|
.. | .. |
---|
51 | 52 | select RTLWIFI_PCI |
---|
52 | 53 | select RTL8723_COMMON |
---|
53 | 54 | select RTLBTCOEXIST |
---|
54 | | - ---help--- |
---|
| 55 | + help |
---|
55 | 56 | This is the driver for Realtek RTL8723AE 802.11n PCIe |
---|
56 | 57 | wireless network adapters. |
---|
57 | 58 | |
---|
.. | .. |
---|
64 | 65 | select RTLWIFI_PCI |
---|
65 | 66 | select RTL8723_COMMON |
---|
66 | 67 | select RTLBTCOEXIST |
---|
67 | | - ---help--- |
---|
| 68 | + help |
---|
68 | 69 | This is the driver for Realtek RTL8723BE 802.11n PCIe |
---|
69 | 70 | wireless network adapters. |
---|
70 | 71 | |
---|
.. | .. |
---|
75 | 76 | depends on PCI |
---|
76 | 77 | select RTLWIFI |
---|
77 | 78 | select RTLWIFI_PCI |
---|
78 | | - ---help--- |
---|
| 79 | + help |
---|
79 | 80 | This is the driver for Realtek RTL8188EE 802.11n PCIe |
---|
80 | 81 | wireless network adapters. |
---|
81 | 82 | |
---|
.. | .. |
---|
87 | 88 | select RTLWIFI |
---|
88 | 89 | select RTLWIFI_PCI |
---|
89 | 90 | select RTLBTCOEXIST |
---|
90 | | - ---help--- |
---|
| 91 | + help |
---|
91 | 92 | This is the driver for Realtek RTL8192EE 802.11n PCIe |
---|
92 | 93 | wireless network adapters. |
---|
93 | 94 | |
---|
.. | .. |
---|
99 | 100 | select RTLWIFI |
---|
100 | 101 | select RTLWIFI_PCI |
---|
101 | 102 | select RTLBTCOEXIST |
---|
102 | | - ---help--- |
---|
| 103 | + help |
---|
103 | 104 | This is the driver for Realtek RTL8821AE/RTL8812AE 802.11ac PCIe |
---|
104 | 105 | wireless network adapters. |
---|
105 | 106 | |
---|
.. | .. |
---|
111 | 112 | select RTLWIFI |
---|
112 | 113 | select RTLWIFI_USB |
---|
113 | 114 | select RTL8192C_COMMON |
---|
114 | | - ---help--- |
---|
| 115 | + help |
---|
115 | 116 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB |
---|
116 | 117 | wireless network adapters. |
---|
117 | 118 | |
---|
.. | .. |
---|
131 | 132 | bool "Debugging output for rtlwifi driver family" |
---|
132 | 133 | depends on RTLWIFI |
---|
133 | 134 | default y |
---|
134 | | - ---help--- |
---|
| 135 | + help |
---|
135 | 136 | To use the module option that sets the dynamic-debugging level for, |
---|
136 | 137 | the front-end driver, this parameter must be "Y". For memory-limited |
---|
137 | 138 | systems, choose "N". If in doubt, choose "Y". |
---|