blob: 9a57d31ed2486fd1942f64a8a4b347acf5a52df8 [file] [log] [blame]
Larry Finger6ddfa352013-08-21 22:34:13 -05001config R8188EU
2 tristate "Realtek RTL8188EU Wireless LAN NIC driver"
3 depends on WLAN && USB
4 select WIRELESS_EXT
5 select WEXT_PRIV
6 default N
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.
10
11if R8188EU
12
13config 88EU_AP_MODE
14 bool "Realtek RTL8188EU AP mode"
Paul Bolled5d19992014-02-11 13:31:32 +010015 default y
Larry Finger6ddfa352013-08-21 22:34:13 -050016 ---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.
20
21config 88EU_P2P
22 bool "Realtek RTL8188EU Peer-to-peer mode"
Paul Bolled5d19992014-02-11 13:31:32 +010023 default y
Larry Finger6ddfa352013-08-21 22:34:13 -050024 ---help---
25 This option enables peer-to-peer mode for the r8188eu driver. Unless you
26 know that peer-to-peer (P2P) mode will never be used, or the target system has
27 limited memory, "Y" should be selected.
28
29endif