Kconfig 550 B

1234567891011121314151617181920
  1. config R8188EU
  2. tristate "Realtek RTL8188EU Wireless LAN NIC driver"
  3. depends on WLAN && USB && CFG80211
  4. select WIRELESS_EXT
  5. select WEXT_PRIV
  6. ---help---
  7. This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
  8. If built as a module, it will be called r8188eu.
  9. if R8188EU
  10. config 88EU_AP_MODE
  11. bool "Realtek RTL8188EU AP mode"
  12. default y
  13. ---help---
  14. This option enables Access Point mode. Unless you know that your system
  15. will never be used as an AP, or the target system has limited memory,
  16. "Y" should be selected.
  17. endif