ARC: [plat-eznps] spinlock aware for MTM
[linux/fpc-iii.git] / drivers / staging / rtl8188eu / Kconfig
blobcb836c59d5640b1f1c775399665f3e08a79740ba
1 config R8188EU
2         tristate "Realtek RTL8188EU Wireless LAN NIC driver"
3         depends on WLAN && USB && CFG80211
4         depends on m
5         select WIRELESS_EXT
6         select WEXT_PRIV
7         ---help---
8         This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
9         If built as a module, it will be called r8188eu.
11 if R8188EU
13 config 88EU_AP_MODE
14         bool "Realtek RTL8188EU AP mode"
15         default y
16         ---help---
17         This option enables Access Point mode. Unless you know that your system
18         will never be used as an AP, or the target system has limited memory,
19         "Y" should be selected.
21 endif