1# 2# RTL8XXXU Wireless LAN device configuration 3# 4config RTL8XXXU 5 tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support" 6 depends on MAC80211 && USB 7 ---help--- 8 This is an alternative driver for various Realtek RTL8XXX 9 parts written to utilize the Linux mac80211 stack. 10 The driver is known to work with a number of RTL8723AU, 11 RL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU devices 12 13 This driver is under development and has a limited feature 14 set. In particular it does not yet support 40MHz channels 15 and power management. However it should have a smaller 16 memory footprint than the vendor drivers and benetifs 17 from the in kernel mac80211 stack. 18 19 It can coexist with drivers from drivers/staging/rtl8723au, 20 drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi, 21 but you will need to control which module you wish to load. 22 23 To compile this driver as a module, choose M here: the module will 24 be called r8xxxu. If unsure, say N. 25 26config RTL8XXXU_UNTESTED 27 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)" 28 depends on RTL8XXXU 29 ---help--- 30 This option enables detection of Realtek 8723/8188/8191/8192 WiFi 31 USB devices which have not been tested directly by the driver 32 author or reported to be working by third parties. 33 34 Please report your results! 35