diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2020-08-06 11:17:13 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-09-25 20:21:55 +0200 |
commit | b176dd0ef6afcb3bca24f41d78b0d0b731ec2d08 (patch) | |
tree | 7664ef20dceef7efae403e73204ce0de3e666a07 /net | |
parent | f19425641cb2572a33cb074d5e30283720bd4d22 (diff) | |
download | linux-stable-b176dd0ef6afcb3bca24f41d78b0d0b731ec2d08.tar.gz linux-stable-b176dd0ef6afcb3bca24f41d78b0d0b731ec2d08.tar.bz2 linux-stable-b176dd0ef6afcb3bca24f41d78b0d0b731ec2d08.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index e2497d764e97..64e669acd42f 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -64,7 +64,6 @@ source "net/bluetooth/hidp/Kconfig" config BT_HS bool "Bluetooth High Speed (HS) features" depends on BT_BREDR - default y help Bluetooth High Speed includes support for off-loading Bluetooth connections via 802.11 (wifi) physical layer |