From 5e3c75587abe19b33d734642575067b7899108e5 Mon Sep 17 00:00:00 2001 From: Zhao Ye Date: Fri, 29 Nov 2024 09:29:44 +0800 Subject: [PATCH] Disable Broadcom and Realtech Bluetooth config Disable Broadcom and Realtech Bluetooth config, to reduce Bluetooth driver init time. Tests: Bluetooth can boot up success and init time less Tracked-On: OAM-127329 Signed-off-by: Zhao Ye --- drivers/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index e307074054553..b25971352b86d 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -49,7 +49,7 @@ config BT_HCIBTUSB_BCM bool "Broadcom protocol support" depends on BT_HCIBTUSB select BT_BCM - default y + default n help The Broadcom protocol support enables firmware and patchram download support for Broadcom Bluetooth controllers. @@ -72,7 +72,7 @@ config BT_HCIBTUSB_RTL bool "Realtek protocol support" depends on BT_HCIBTUSB select BT_RTL - default y + default n help The Realtek protocol support enables firmware and configuration download support for Realtek Bluetooth controllers.