KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM
[linux/fpc-iii.git] / drivers / staging / rtl8188eu / Kconfig
blobe45c106c2162d3d9696f68b96b8e937d616acadd
1 config R8188EU
2         tristate "Realtek RTL8188EU Wireless LAN NIC driver"
3         depends on WLAN && USB
4         select WIRELESS_EXT
5         select WEXT_PRIV
6         ---help---
7         This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
8         If built as a module, it will be called r8188eu.
10 if R8188EU
12 config 88EU_AP_MODE
13         bool "Realtek RTL8188EU AP mode"
14         default y
15         ---help---
16         This option enables Access Point mode. Unless you know that your system
17         will never be used as an AP, or the target system has limited memory,
18         "Y" should be selected.
20 config 88EU_P2P
21         bool "Realtek RTL8188EU Peer-to-peer mode"
22         default y
23         ---help---
24         This option enables peer-to-peer mode for the r8188eu driver. Unless you
25         know that peer-to-peer (P2P) mode will never be used, or the target system has
26         limited memory, "Y" should be selected.
28 endif