1config 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	select LIB80211
8	select LIB80211_CRYPT_WEP
9	select LIB80211_CRYPT_CCMP
10	---help---
11	This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
12	If built as a module, it will be called r8188eu.
13
14if R8188EU
15
16config 88EU_AP_MODE
17	bool "Realtek RTL8188EU AP mode"
18	default y
19	---help---
20	This option enables Access Point mode. Unless you know that your system
21	will never be used as an AP, or the target system has limited memory,
22	"Y" should be selected.
23
24endif
25