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. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
f19425641c
commit
b176dd0ef6
|
@ -64,7 +64,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
|
|
||||||
help
|
help
|
||||||
Bluetooth High Speed includes support for off-loading
|
Bluetooth High Speed includes support for off-loading
|
||||||
Bluetooth connections via 802.11 (wifi) physical layer
|
Bluetooth connections via 802.11 (wifi) physical layer
|
||||||
|
|
Loading…
Reference in New Issue