diff options
author | Srikant Patnaik | 2015-01-13 15:08:24 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-13 15:08:24 +0530 |
commit | 97327692361306d1e6259021bc425e32832fdb50 (patch) | |
tree | fe9088f3248ec61e24f404f21b9793cb644b7f01 /drivers/mt5931/Kconfig | |
parent | 2d05a8f663478a44e088d122e0d62109bbc801d0 (diff) | |
parent | a3a8b90b61e21be3dde9101c4e86c881e0f06210 (diff) | |
download | FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.tar.gz FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.tar.bz2 FOSSEE-netbook-kernel-source-97327692361306d1e6259021bc425e32832fdb50.zip |
dirty fix to merging
Diffstat (limited to 'drivers/mt5931/Kconfig')
-rwxr-xr-x | drivers/mt5931/Kconfig | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/drivers/mt5931/Kconfig b/drivers/mt5931/Kconfig new file mode 100755 index 00000000..4194a015 --- /dev/null +++ b/drivers/mt5931/Kconfig @@ -0,0 +1,77 @@ +menu "MediaTek Connectivity MT5931 Config" + +config MTK_MT5931 + bool "MediaTek Connectivity MT5931 Support" + default y + help + MTK connectivity wifi chip driver for MT5931 + + +#choice +# prompt "Select Chip" +# depends on MTK_COMBO + +#config MTK_WIFI_CHIP_MT5931 +# bool "MT5931" +#config MTK_COMBO_CHIP_MT6628 +# bool "MT6620" +#config MTK_COMBO_CHIP_MT6628 +# bool "MT6628" +#endchoice + + +config MTK_MT5931_WIFI + tristate "MT5931 Wi-Fi" + depends on MTK_MT5931 + depends on MMC + depends on IPV6 + select WIRELESS_EXT + select WEXT_PRIV + default m + help + This module adds support for wireless adapters based on + MTK MT5931 chipset. + + This driver uses the kernel's wireless extensions subsystem. + + If you choose to build a module, it'll be called dhd. Say M if + unsure. + + +config MTK_MT5931_DEBUG + depends on MTK_MT5931_WIFI + bool "Enable debug output from MT5931 driver" + default n + help + Enable debug messages output from MT5931 driver + +config MTK_MT5931_WLAN_PROC + depends on MTK_MT5931_WIFI + bool "Enable procfs support" + default n + help + Enable procfs support. + +config MTK_MT5931_SUPPORT_XLOG + depends on MTK_MT5931_WIFI + bool "Enable XLOG support in MT5931 driver" + default n + help + Enable XLOG support for devices using MT5931 + +config MTK_MT5931_SUPPORT_AEE + depends on MTK_MT5931_WIFI + bool "Enable AEE support in MT5931 driver" + default n + help + Enable AEE support for devices using MT5931 + +config MTK_MT5931_WAPI_SUPPORT + depends on MTK_MT5931_WIFI + bool "Enable WAPI support in MT5931 driver" + default n + help + Enable WAPI support for devices using MT5931 + + +endmenu |