diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-02-01 11:18:58 -0500 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-03-06 17:22:39 -0500 |
commit | e7b02296fb400ee64822fbdd81a0718449066333 (patch) | |
tree | ec1b115e697cf4b3200b9245b924237399099b62 /net/bluetooth/Makefile | |
parent | b79e040910101b020931ba0c9a6b77e81ab7f645 (diff) | |
download | linux-e7b02296fb400ee64822fbdd81a0718449066333.tar.gz linux-e7b02296fb400ee64822fbdd81a0718449066333.tar.bz2 linux-e7b02296fb400ee64822fbdd81a0718449066333.zip |
Bluetooth: Remove BT_HS
High Speed, Alternate MAC and PHY (AMP) extension, has been removed from
Bluetooth Core specification on 5.3:
https://www.bluetooth.com/blog/new-core-specification-v5-3-feature-enhancements/
Fixes: 244bc377591c ("Bluetooth: Add BT_HS config option")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/Makefile')
-rw-r--r-- | net/bluetooth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile index 141ac1fda0bf..628d448d78be 100644 --- a/net/bluetooth/Makefile +++ b/net/bluetooth/Makefile @@ -21,7 +21,6 @@ bluetooth-$(CONFIG_DEV_COREDUMP) += coredump.o bluetooth-$(CONFIG_BT_BREDR) += sco.o bluetooth-$(CONFIG_BT_LE) += iso.o -bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o bluetooth-$(CONFIG_BT_LEDS) += leds.o bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o bluetooth-$(CONFIG_BT_AOSPEXT) += aosp.o |