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