summaryrefslogtreecommitdiff
path: root/drivers/mt5931/Kconfig
diff options
context:
space:
mode:
authorSrikant Patnaik2015-01-13 15:08:24 +0530
committerSrikant Patnaik2015-01-13 15:08:24 +0530
commit97327692361306d1e6259021bc425e32832fdb50 (patch)
treefe9088f3248ec61e24f404f21b9793cb644b7f01 /drivers/mt5931/Kconfig
parent2d05a8f663478a44e088d122e0d62109bbc801d0 (diff)
parenta3a8b90b61e21be3dde9101c4e86c881e0f06210 (diff)
downloadFOSSEE-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-xdrivers/mt5931/Kconfig77
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