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