1config RTL8192CE 2 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" 3 depends on MAC80211 && PCI && EXPERIMENTAL 4 select FW_LOADER 5 select RTLWIFI 6 select RTL8192C_COMMON 7 ---help--- 8 This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe 9 wireless network adapters. 10 11 If you choose to build it as a module, it will be called rtl8192ce 12 13config RTL8192CU 14 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" 15 depends on MAC80211 && USB && EXPERIMENTAL 16 select FW_LOADER 17 select RTLWIFI 18 select RTL8192C_COMMON 19 ---help--- 20 This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB 21 wireless network adapters. 22 23 If you choose to build it as a module, it will be called rtl8192cu 24 25config RTLWIFI 26 tristate 27 depends on RTL8192CE || RTL8192CU 28 default m 29 30config RTL8192C_COMMON 31 tristate 32 depends on RTL8192CE || RTL8192CU 33 default m 34