diff options
author | Sean Wang <sean.wang@mediatek.com> | 2021-10-19 05:30:12 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-10-25 15:36:23 +0200 |
commit | 8c0d17b6b06c5bef45de7e08c5c3cab8367f6cbc (patch) | |
tree | dd3fa4622021b7a94fc90ee9db925b13b116ca53 /drivers/bluetooth/Kconfig | |
parent | 2d6d4089ea894cf8eb481b10769160a35c181360 (diff) | |
download | linux-8c0d17b6b06c5bef45de7e08c5c3cab8367f6cbc.tar.gz linux-8c0d17b6b06c5bef45de7e08c5c3cab8367f6cbc.tar.bz2 linux-8c0d17b6b06c5bef45de7e08c5c3cab8367f6cbc.zip |
Bluetooth: mediatek: add BT_MTK module
Add BT_MTK module that is a preliminary patch to introduce mt7921s support
to share the logic betweem btusb and btmtksdio.
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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 851842372c9b..24c3aea4a7d6 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -19,6 +19,10 @@ config BT_QCA tristate select FW_LOADER +config BT_MTK + tristate + select FW_LOADER + config BT_HCIBTUSB tristate "HCI USB driver" depends on USB @@ -55,6 +59,7 @@ config BT_HCIBTUSB_BCM config BT_HCIBTUSB_MTK bool "MediaTek protocol support" depends on BT_HCIBTUSB + select BT_MTK default n help The MediaTek protocol support enables firmware download |