aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Makefile
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/Makefile
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/Makefile')
-rw-r--r--drivers/bluetooth/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
index ec16c55eb6e9..b7e393cfc1e3 100644
--- a/drivers/bluetooth/Makefile
+++ b/drivers/bluetooth/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_BT_ATH3K) += ath3k.o
obj-$(CONFIG_BT_MRVL) += btmrvl.o
obj-$(CONFIG_BT_MRVL_SDIO) += btmrvl_sdio.o
obj-$(CONFIG_BT_WILINK) += btwilink.o
+obj-$(CONFIG_BT_MTKUART) += btmtkuart.o
obj-$(CONFIG_BT_QCOMSMD) += btqcomsmd.o
obj-$(CONFIG_BT_BCM) += btbcm.o
obj-$(CONFIG_BT_RTL) += btrtl.o