X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fstaging%2Frtl8723au%2FKconfig;fp=kernel%2Fdrivers%2Fstaging%2Frtl8723au%2FKconfig;h=435f3594dabeb341016f5d6dcda64ee996d850de;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/staging/rtl8723au/Kconfig b/kernel/drivers/staging/rtl8723au/Kconfig new file mode 100644 index 000000000..435f3594d --- /dev/null +++ b/kernel/drivers/staging/rtl8723au/Kconfig @@ -0,0 +1,30 @@ +config R8723AU + tristate "Realtek RTL8723AU Wireless LAN NIC driver" + depends on USB && WLAN && RFKILL + select WIRELESS_EXT + select WEXT_PRIV + select CFG80211 + default n + ---help--- + This option adds the Realtek RTL8723AU USB device such as found in + the Lenovo Yogi 13 tablet. If built as a module, it will be called r8723au. + +if R8723AU + +config 8723AU_AP_MODE + bool "Realtek RTL8723AU AP mode" + default y + ---help--- + This option enables Access Point mode. Unless you know that your system + will never be used as an AP, or the target system has limited memory, + "Y" should be selected. + +config 8723AU_BT_COEXIST + bool "Realtek RTL8723AU BlueTooth Coexistence" + default y + ---help--- + This option enables icoexistence with BlueTooth communications for the r8723au driver. + Unless you know that this driver will never by used with BT, or the target system has + limited memory, "Y" should be selected. + +endif