diff options
Diffstat (limited to 'drivers/mtk_wcn_bt/Kconfig')
-rwxr-xr-x | drivers/mtk_wcn_bt/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mtk_wcn_bt/Kconfig b/drivers/mtk_wcn_bt/Kconfig new file mode 100755 index 00000000..de5a6c70 --- /dev/null +++ b/drivers/mtk_wcn_bt/Kconfig @@ -0,0 +1,14 @@ +menu "MediaTek Bluetooth Chip Config" + +config MTK_DISCRETE_BT + tristate "MediaTek Discrete Bluetooth Chip Support" + help + MTK discrete Bluetooth chip support (MT6622, MT6626) + +config MTK_DISCRETE_BT_HW_CTL + tristate "MediaTek Bluetooth Hardware Control driver" + depends on MTK_DISCRETE_BT + help + MTK BT hardware control driver for discrete Bluetooth chip + +endmenu |