aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2018-08-08 01:52:48 +0800
committerMarcel Holtmann <marcel@holtmann.org>2018-08-07 21:33:25 +0200
commit7237c4c9ec92e1a4f6ef1f712bf9105d7b392c6a (patch)
tree98886b95dcf24e54089c3a22a5003af1ee30117e /drivers/bluetooth/Kconfig
parentdt-bindings: net: bluetooth: Add mediatek-bluetooth (diff)
downloadlinux-dev-7237c4c9ec92e1a4f6ef1f712bf9105d7b392c6a.tar.xz
linux-dev-7237c4c9ec92e1a4f6ef1f712bf9105d7b392c6a.zip
Bluetooth: mediatek: Add protocol support for MediaTek serial devices
This adds a driver based on serdev driver for the MediaTek serial protocol based on running H:4, which can enable the built-in Bluetooth device inside MT7622 SoC. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index 5f953ca8ac5b..c3736103c2ac 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -365,6 +365,17 @@ config BT_WILINK
Say Y here to compile support for Texas Instrument's WiLink7 driver
into the kernel or say M to compile it as module (btwilink).
+config BT_MTKUART
+ tristate "MediaTek HCI UART driver"
+ depends on SERIAL_DEV_BUS
+ help
+ MediaTek Bluetooth HCI UART driver.
+ This driver is required if you want to use MediaTek Bluetooth
+ with serial interface.
+
+ Say Y here to compile support for MediaTek Bluetooth UART devices
+ into the kernel or say M to compile it as module (btmtkuart).
+
config BT_QCOMSMD
tristate "Qualcomm SMD based HCI support"
depends on RPMSG || (COMPILE_TEST && RPMSG=n)