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 support for the Realtek RTL8188EU chipset, used in USB
13	devices such as the ASUS USB-N10 Nano. This newer driver is based on GitHub
14	sources for version v4.1.4_6773.20130222, and contains modifications for
15	newer kernel features. If built as a module, it will be called r8188eu.
16
17if R8188EU
18
19config 88EU_AP_MODE
20	bool "Realtek RTL8188EU AP mode"
21	help
22	This option enables Access Point mode. Unless you know that your system
23	will never be used as an AP, or the target system has limited memory,
24	"Y" should be selected.
25
26endif
27