]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/rtl8723au/Kconfig
Merge branch 'x86/urgent' into x86/cpu, to pick up dependency
[karo-tx-linux.git] / drivers / staging / rtl8723au / Kconfig
1 config R8723AU
2         tristate "Realtek RTL8723AU Wireless LAN NIC driver (deprecated)"
3         depends on USB && WLAN && RFKILL
4         select WIRELESS_EXT
5         select WEXT_PRIV
6         select CFG80211
7         default n
8         ---help---
9         This option adds the Realtek RTL8723AU USB device such as found in
10         the Lenovo Yoga 13 tablet. If built as a module, it will be called r8723au.
11
12         Note: This driver is deprecated and scheduled to be removed in a
13         future kernel release. Please use rtl8xxxu instead.
14
15 if R8723AU
16
17 config 8723AU_AP_MODE
18         bool "Realtek RTL8723AU 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 config 8723AU_BT_COEXIST
26         bool "Realtek RTL8723AU BlueTooth Coexistence"
27         default y
28         ---help---
29         This option enables icoexistence with BlueTooth communications for the r8723au driver.
30         Unless you know that this driver will never by used with BT, or the target system has
31         limited memory, "Y" should be selected.
32
33 endif