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