Skip to content

Commit

Permalink
Disable Broadcom and Realtech Bluetooth config
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
zhaoye1 authored and sysopenci committed Dec 3, 2024
1 parent d427fd8 commit e4c7a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit e4c7a16

Please sign in to comment.