| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 1 | config RTLWIFI | 
 | 2 | 	tristate "Realtek wireless card support" | 
 | 3 | 	depends on MAC80211 | 
 | 4 | 	select FW_LOADER | 
 | 5 | 	---help--- | 
 | 6 | 	  This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE | 
 | 7 | 	  drivers.  This module does nothing by itself - the various front-end | 
 | 8 | 	  drivers need to be enabled to support any desired devices. | 
 | 9 |  | 
 | 10 | 	  If you choose to build as a module, it'll be called rtlwifi. | 
 | 11 |  | 
 | 12 | config RTLWIFI_DEBUG | 
 | 13 | 	bool "Debugging output for rtlwifi driver family" | 
 | 14 | 	depends on RTLWIFI | 
 | 15 | 	default y | 
 | 16 | 	---help--- | 
 | 17 | 	To use the module option that sets the dynamic-debugging level for, | 
 | 18 | 	the front-end driver, this parameter must be "Y". For memory-limited | 
 | 19 | 	systems, choose "N". If in doubt, choose "Y". | 
 | 20 |  | 
| Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 21 | config RTL8192CE | 
| Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 22 | 	tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" | 
| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 23 | 	depends on RTLWIFI && PCI | 
| Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 24 | 	select RTL8192C_COMMON | 
| Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 25 | 	---help--- | 
 | 26 | 	This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe | 
 | 27 | 	wireless network adapters. | 
 | 28 |  | 
| Anisse Astier | 18db45c | 2010-12-17 11:45:01 +0100 | [diff] [blame] | 29 | 	If you choose to build it as a module, it will be called rtl8192ce | 
| Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 30 |  | 
| Chaoming Li | 85e09b4 | 2011-05-03 09:49:36 -0500 | [diff] [blame] | 31 | config RTL8192SE | 
 | 32 | 	tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" | 
| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 33 | 	depends on RTLWIFI && PCI | 
| Chaoming Li | 85e09b4 | 2011-05-03 09:49:36 -0500 | [diff] [blame] | 34 | 	---help--- | 
 | 35 | 	This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe | 
 | 36 | 	wireless network adapters. | 
 | 37 |  | 
 | 38 | 	If you choose to build it as a module, it will be called rtl8192se | 
 | 39 |  | 
| Chaoming Li | f9fc513 | 2011-06-10 15:12:10 -0500 | [diff] [blame] | 40 | config RTL8192DE | 
 | 41 | 	tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" | 
| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 42 | 	depends on RTLWIFI && PCI | 
| Chaoming Li | f9fc513 | 2011-06-10 15:12:10 -0500 | [diff] [blame] | 43 | 	---help--- | 
 | 44 | 	This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe | 
 | 45 | 	wireless network adapters. | 
 | 46 |  | 
 | 47 | 	If you choose to build it as a module, it will be called rtl8192de | 
 | 48 |  | 
| Larry Finger | a290593 | 2012-10-25 13:46:45 -0500 | [diff] [blame] | 49 | config RTL8723AE | 
 | 50 | 	tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" | 
| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 51 | 	depends on RTLWIFI && PCI | 
| Larry Finger | a290593 | 2012-10-25 13:46:45 -0500 | [diff] [blame] | 52 | 	---help--- | 
 | 53 | 	This is the driver for Realtek RTL8723AE 802.11n PCIe | 
 | 54 | 	wireless network adapters. | 
 | 55 |  | 
 | 56 | 	If you choose to build it as a module, it will be called rtl8723ae | 
 | 57 |  | 
| Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 58 | config RTL8192CU | 
 | 59 | 	tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" | 
| Larry Finger | 06e7cda3 | 2013-02-12 16:09:02 -0600 | [diff] [blame] | 60 | 	depends on RTLWIFI && USB | 
| Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 61 | 	select RTL8192C_COMMON | 
| Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 62 | 	---help--- | 
 | 63 | 	This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB | 
 | 64 | 	wireless network adapters. | 
 | 65 |  | 
 | 66 | 	If you choose to build it as a module, it will be called rtl8192cu | 
 | 67 |  | 
| Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 68 | config RTL8192C_COMMON | 
 | 69 | 	tristate | 
| Chaoming Li | f9fc513 | 2011-06-10 15:12:10 -0500 | [diff] [blame] | 70 | 	depends on RTL8192CE || RTL8192CU | 
| Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 71 | 	default m |