Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9f69b5f9 authored by Alexander Grund's avatar Alexander Grund
Browse files

Bluetooth: Disable High Speed by default

Bluetooth High Speed requires hardware support which is very uncommon
nowadays since HS has not pickup interest by the industry.

From https://lore.kernel.org/linux-bluetooth/20200806181714.3216076-3-luiz.dentz@gmail.com/
By Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Change-Id: I9b731761667e940b664731a4372a2679f1d76613
parent fa30ea34
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,6 @@ source "net/bluetooth/hidp/Kconfig"
config BT_HS
config BT_HS
	bool "Bluetooth High Speed (HS) features"
	bool "Bluetooth High Speed (HS) features"
	depends on BT_BREDR
	depends on BT_BREDR
	default y


config BT_LE
config BT_LE
	bool "Bluetooth Low Energy (LE) features"
	bool "Bluetooth Low Energy (LE) features"