From f9d272c3cb9b5899d5ebef4086937b60427674df Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 15 Jul 2024 15:50:39 +0800 Subject: [PATCH] kernel: modules: enable support for brcm usb bluetooth Signed-off-by: Tianling Shen --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index bf26f31613..b4380153ab 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -39,7 +39,7 @@ define KernelPackage/bluetooth CONFIG_BT_RFCOMM \ CONFIG_BT_BNEP \ CONFIG_BT_HCIBTUSB \ - CONFIG_BT_HCIBTUSB_BCM=n \ + CONFIG_BT_HCIBTUSB_BCM=y \ CONFIG_BT_HCIBTUSB_MTK=y \ CONFIG_BT_HCIBTUSB_RTL=y \ CONFIG_BT_HCIUART \