Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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. 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 benefits
  17. from the in kernel mac80211 stack.
  18. It can coexist with drivers from drivers/staging/rtl8723au,
  19. drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi,
  20. but you will need to control which module you wish to load.
  21. To compile this driver as a module, choose M here: the module will
  22. be called r8xxxu. If unsure, say N.
  23. config RTL8XXXU_UNTESTED
  24. bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
  25. depends on RTL8XXXU
  26. help
  27. This option enables detection of Realtek 8723/8188/8191/8192 WiFi
  28. USB devices which have not been tested directly by the driver
  29. author or reported to be working by third parties.
  30. Please report your results!