[openwrt/openwrt] kernel: modules: bluetooth: include support for MediaTek USB
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 9 13:09:25 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6d1a398c5be046fc4217f61b1215da6291b9fd0f
commit 6d1a398c5be046fc4217f61b1215da6291b9fd0f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Sep 9 20:27:17 2022 +0100
kernel: modules: bluetooth: include support for MediaTek USB
Enable MediaTek protocol in btusb module to support e.g. the Bluetooth
part of the MT7921K NGFF/M.2 module.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/linux/modules/other.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 519bd2048f..0ab8c7ad4a 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -40,6 +40,8 @@ define KernelPackage/bluetooth
CONFIG_BT_BNEP \
CONFIG_BT_HCIBTUSB \
CONFIG_BT_HCIBTUSB_BCM=n \
+ CONFIG_BT_HCIBTUSB_MTK=y \
+ CONFIG_BT_HCIBTUSB_RTL=n \
CONFIG_BT_HCIUART \
CONFIG_BT_HCIUART_BCM=n \
CONFIG_BT_HCIUART_INTEL=n \
More information about the lede-commits
mailing list