diff options
Diffstat (limited to 'drivers/misc/mediatek/combo_mt66xx/Kconfig')
-rwxr-xr-x | drivers/misc/mediatek/combo_mt66xx/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/drivers/misc/mediatek/combo_mt66xx/Kconfig b/drivers/misc/mediatek/combo_mt66xx/Kconfig new file mode 100755 index 00000000..148f0505 --- /dev/null +++ b/drivers/misc/mediatek/combo_mt66xx/Kconfig @@ -0,0 +1,35 @@ +menuconfig MTK_COMBO_MT66XX + bool "MediaTek combo_mt66xx Config" + help + Config MTK combo chip mt6628&mt6620 + +if MTK_COMBO_MT66XX + +config MTK_COMBO_WMT + tristate "MediaTek Combo Chip wireless managment tool" + default y + help + MTK wireless managment tool for WIFI/BT/GPS/FM + +config MTK_COMBO_BT + tristate "MediaTek Combo Chip BT driver" + default y + #depends on MTK_COMBO_WMT + help + MTK BT /dev/stpbt driver for Bluedroid (mtk_stp_bt.ko) + +config MTK_COMBO_FM + tristate "MediaTek Combo Chip FM driver" + default y + #depends on MTK_COMBO_WMT + help + MTK FM /dev/fm driver + +config MTK_COMBO_GPS + tristate "MediaTek GPS Support" + default y + #depends on MTK_COMBO_WMT + help + MTK GPS /dev/gps driver (mtk_gps.ko) + +endif |