Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 2 | menuconfig RTL_CARDS |
| 3 | tristate "Realtek rtlwifi family of devices" |
| 4 | depends on MAC80211 && (PCI || USB) |
| 5 | default y |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 6 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 7 | This option will enable support for the Realtek mac80211-based |
| 8 | wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de, |
Larry Finger | b1a3bfc | 2014-09-26 16:40:23 -0500 | [diff] [blame] | 9 | rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share |
| 10 | some common code. |
Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 11 | |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 12 | if RTL_CARDS |
| 13 | |
| 14 | config RTL8192CE |
| 15 | tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" |
| 16 | depends on PCI |
| 17 | select RTL8192C_COMMON |
| 18 | select RTLWIFI |
| 19 | select RTLWIFI_PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 20 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 21 | This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe |
| 22 | wireless network adapters. |
| 23 | |
| 24 | If you choose to build it as a module, it will be called rtl8192ce |
| 25 | |
| 26 | config RTL8192SE |
| 27 | tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" |
| 28 | depends on PCI |
| 29 | select RTLWIFI |
| 30 | select RTLWIFI_PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 31 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 32 | This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe |
| 33 | wireless network adapters. |
| 34 | |
| 35 | If you choose to build it as a module, it will be called rtl8192se |
| 36 | |
| 37 | config RTL8192DE |
| 38 | tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" |
| 39 | depends on PCI |
| 40 | select RTLWIFI |
| 41 | select RTLWIFI_PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 42 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 43 | This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe |
| 44 | wireless network adapters. |
| 45 | |
| 46 | If you choose to build it as a module, it will be called rtl8192de |
| 47 | |
| 48 | config RTL8723AE |
| 49 | tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" |
| 50 | depends on PCI |
| 51 | select RTLWIFI |
| 52 | select RTLWIFI_PCI |
Larry Finger | 0a168b4 | 2014-02-28 15:16:47 -0600 | [diff] [blame] | 53 | select RTL8723_COMMON |
Larry Finger | aa45a67 | 2014-02-28 15:16:43 -0600 | [diff] [blame] | 54 | select RTLBTCOEXIST |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 55 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 56 | This is the driver for Realtek RTL8723AE 802.11n PCIe |
| 57 | wireless network adapters. |
| 58 | |
| 59 | If you choose to build it as a module, it will be called rtl8723ae |
| 60 | |
Larry Finger | a619d1a | 2014-02-28 15:16:50 -0600 | [diff] [blame] | 61 | config RTL8723BE |
| 62 | tristate "Realtek RTL8723BE PCIe Wireless Network Adapter" |
| 63 | depends on PCI |
| 64 | select RTLWIFI |
| 65 | select RTLWIFI_PCI |
| 66 | select RTL8723_COMMON |
| 67 | select RTLBTCOEXIST |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 68 | help |
Larry Finger | a619d1a | 2014-02-28 15:16:50 -0600 | [diff] [blame] | 69 | This is the driver for Realtek RTL8723BE 802.11n PCIe |
| 70 | wireless network adapters. |
| 71 | |
| 72 | If you choose to build it as a module, it will be called rtl8723be |
| 73 | |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 74 | config RTL8188EE |
| 75 | tristate "Realtek RTL8188EE Wireless Network Adapter" |
| 76 | depends on PCI |
| 77 | select RTLWIFI |
| 78 | select RTLWIFI_PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 79 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 80 | This is the driver for Realtek RTL8188EE 802.11n PCIe |
| 81 | wireless network adapters. |
| 82 | |
| 83 | If you choose to build it as a module, it will be called rtl8188ee |
| 84 | |
Larry Finger | b1a3bfc | 2014-09-26 16:40:23 -0500 | [diff] [blame] | 85 | config RTL8192EE |
| 86 | tristate "Realtek RTL8192EE Wireless Network Adapter" |
| 87 | depends on PCI |
| 88 | select RTLWIFI |
| 89 | select RTLWIFI_PCI |
Larry Finger | 989377e | 2014-10-02 12:00:53 -0500 | [diff] [blame] | 90 | select RTLBTCOEXIST |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 91 | help |
Larry Finger | b1a3bfc | 2014-09-26 16:40:23 -0500 | [diff] [blame] | 92 | This is the driver for Realtek RTL8192EE 802.11n PCIe |
| 93 | wireless network adapters. |
| 94 | |
| 95 | If you choose to build it as a module, it will be called rtl8192ee |
| 96 | |
Larry Finger | 21e4b07 | 2014-09-22 09:39:26 -0500 | [diff] [blame] | 97 | config RTL8821AE |
| 98 | tristate "Realtek RTL8821AE/RTL8812AE Wireless Network Adapter" |
| 99 | depends on PCI |
| 100 | select RTLWIFI |
| 101 | select RTLWIFI_PCI |
Larry Finger | 574a7930 | 2014-09-30 11:18:21 -0500 | [diff] [blame] | 102 | select RTLBTCOEXIST |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 103 | help |
Kevin Lo | 7b457dd | 2015-05-19 10:18:34 +0800 | [diff] [blame] | 104 | This is the driver for Realtek RTL8821AE/RTL8812AE 802.11ac PCIe |
Larry Finger | 21e4b07 | 2014-09-22 09:39:26 -0500 | [diff] [blame] | 105 | wireless network adapters. |
| 106 | |
| 107 | If you choose to build it as a module, it will be called rtl8821ae |
| 108 | |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 109 | config RTL8192CU |
| 110 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" |
| 111 | depends on USB |
| 112 | select RTLWIFI |
| 113 | select RTLWIFI_USB |
| 114 | select RTL8192C_COMMON |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 115 | help |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 116 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB |
| 117 | wireless network adapters. |
| 118 | |
| 119 | If you choose to build it as a module, it will be called rtl8192cu |
| 120 | |
| 121 | config RTLWIFI |
| 122 | tristate |
| 123 | select FW_LOADER |
| 124 | |
| 125 | config RTLWIFI_PCI |
| 126 | tristate |
| 127 | |
| 128 | config RTLWIFI_USB |
| 129 | tristate |
Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 130 | |
| 131 | config RTLWIFI_DEBUG |
| 132 | bool "Debugging output for rtlwifi driver family" |
| 133 | depends on RTLWIFI |
| 134 | default y |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame^] | 135 | help |
Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 136 | To use the module option that sets the dynamic-debugging level for, |
| 137 | the front-end driver, this parameter must be "Y". For memory-limited |
| 138 | systems, choose "N". If in doubt, choose "Y". |
| 139 | |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 140 | config RTL8192C_COMMON |
| 141 | tristate |
Chaoming Li | f9fc513 | 2011-06-10 15:12:10 -0500 | [diff] [blame] | 142 | depends on RTL8192CE || RTL8192CU |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 143 | default y |
| 144 | |
Larry Finger | 0a168b4 | 2014-02-28 15:16:47 -0600 | [diff] [blame] | 145 | config RTL8723_COMMON |
| 146 | tristate |
Larry Finger | a619d1a | 2014-02-28 15:16:50 -0600 | [diff] [blame] | 147 | depends on RTL8723AE || RTL8723BE |
Larry Finger | 0a168b4 | 2014-02-28 15:16:47 -0600 | [diff] [blame] | 148 | default y |
| 149 | |
Larry Finger | aa45a67 | 2014-02-28 15:16:43 -0600 | [diff] [blame] | 150 | config RTLBTCOEXIST |
| 151 | tristate |
Larry Finger | 989377e | 2014-10-02 12:00:53 -0500 | [diff] [blame] | 152 | depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE |
Larry Finger | aa45a67 | 2014-02-28 15:16:43 -0600 | [diff] [blame] | 153 | default y |
| 154 | |
Larry Finger | 6f334c2 | 2013-07-12 15:32:15 -0500 | [diff] [blame] | 155 | endif |