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 |
| 6 | ---help--- |
| 7 | This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe |
| 8 | wireless network adapters. |
| 9 | |
Anisse Astier | 18db45c | 2010-12-17 11:45:01 +0100 | [diff] [blame] | 10 | 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] | 11 | |
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame^] | 12 | config RTL8192CU |
| 13 | tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" |
| 14 | depends on MAC80211 && USB && EXPERIMENTAL |
| 15 | select FW_LOADER |
| 16 | select RTLWIFI |
| 17 | ---help--- |
| 18 | This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB |
| 19 | wireless network adapters. |
| 20 | |
| 21 | If you choose to build it as a module, it will be called rtl8192cu |
| 22 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 23 | config RTLWIFI |
| 24 | tristate |
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame^] | 25 | depends on RTL8192CE || RTL8192CU |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 26 | default m |