Kconfig 908 B

123456789101112131415161718192021222324252627282930
  1. config R8723AU
  2. tristate "Realtek RTL8723AU Wireless LAN NIC driver"
  3. depends on USB && WLAN && RFKILL
  4. select WIRELESS_EXT
  5. select WEXT_PRIV
  6. select CFG80211
  7. default n
  8. ---help---
  9. This option adds the Realtek RTL8723AU USB device such as found in
  10. the Lenovo Yogi 13 tablet. If built as a module, it will be called r8723au.
  11. if R8723AU
  12. config 8723AU_AP_MODE
  13. bool "Realtek RTL8723AU AP mode"
  14. default y
  15. ---help---
  16. This option enables Access Point mode. Unless you know that your system
  17. will never be used as an AP, or the target system has limited memory,
  18. "Y" should be selected.
  19. config 8723AU_BT_COEXIST
  20. bool "Realtek RTL8723AU BlueTooth Coexistence"
  21. default y
  22. ---help---
  23. This option enables icoexistence with BlueTooth communications for the r8723au driver.
  24. Unless you know that this driver will never by used with BT, or the target system has
  25. limited memory, "Y" should be selected.
  26. endif