Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1 | config RTL8192CE |
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 2 | tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" |
| 3 | depends on MAC80211 && PCI && EXPERIMENTAL |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 4 | select FW_LOADER |
| 5 | select RTLWIFI |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 6 | select RTL8192C_COMMON |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 7 | ---help--- |
| 8 | This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe |
| 9 | wireless network adapters. |
| 10 | |
Anisse Astier | 18db45c | 2010-12-17 11:45:01 +0100 | [diff] [blame] | 11 | 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] | 12 | |
Chaoming Li | 85e09b4 | 2011-05-03 09:49:36 -0500 | [diff] [blame^] | 13 | config RTL8192SE |
| 14 | tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" |
| 15 | depends on MAC80211 && EXPERIMENTAL |
| 16 | select FW_LOADER |
| 17 | select RTLWIFI |
| 18 | ---help--- |
| 19 | This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe |
| 20 | wireless network adapters. |
| 21 | |
| 22 | If you choose to build it as a module, it will be called rtl8192se |
| 23 | |
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 24 | config RTL8192CU |
| 25 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" |
| 26 | depends on MAC80211 && USB && EXPERIMENTAL |
| 27 | select FW_LOADER |
| 28 | select RTLWIFI |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 29 | select RTL8192C_COMMON |
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame] | 30 | ---help--- |
| 31 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB |
| 32 | wireless network adapters. |
| 33 | |
| 34 | If you choose to build it as a module, it will be called rtl8192cu |
| 35 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 36 | config RTLWIFI |
| 37 | tristate |
Chaoming Li | 85e09b4 | 2011-05-03 09:49:36 -0500 | [diff] [blame^] | 38 | depends on RTL8192CE || RTL8192CU || RTL8192SE |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 39 | default m |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 40 | |
| 41 | config RTL8192C_COMMON |
| 42 | tristate |
Chaoming Li | 85e09b4 | 2011-05-03 09:49:36 -0500 | [diff] [blame^] | 43 | depends on RTL8192CE || RTL8192CU || RTL8192SE |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 44 | default m |