Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-2.6-microblaze.git] / drivers / staging / rtl8188eu / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config 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
15 if R8188EU
16
17 config 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
25 endif