From 56ae6e1cb7bfa97d9df2bc79775b9556fa2b2454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 10 Apr 2024 15:53:21 +0200 Subject: [PATCH] Remove BT_HS from kernel configs after upstream removal (#3299) BT_HS has been removed in e7b02296fb400ee64822fbdd81a0718449066333 and backported to stable branches - remove it from our configs to avoid warnings. --- buildroot-external/board/asus/tinker/kernel.config | 1 - buildroot-external/kernel/v6.6.y/kernel-arm64-rockchip.config | 1 - 2 files changed, 2 deletions(-) diff --git a/buildroot-external/board/asus/tinker/kernel.config b/buildroot-external/board/asus/tinker/kernel.config index e8f23f827..84e955a96 100644 --- a/buildroot-external/board/asus/tinker/kernel.config +++ b/buildroot-external/board/asus/tinker/kernel.config @@ -482,7 +482,6 @@ CONFIG_BT_BNEP=m CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=m -CONFIG_BT_HS=y CONFIG_BT_6LOWPAN=m CONFIG_BT_LEDS=y CONFIG_BT_HCIBTUSB=m diff --git a/buildroot-external/kernel/v6.6.y/kernel-arm64-rockchip.config b/buildroot-external/kernel/v6.6.y/kernel-arm64-rockchip.config index 06036622f..c6274b7dc 100644 --- a/buildroot-external/kernel/v6.6.y/kernel-arm64-rockchip.config +++ b/buildroot-external/kernel/v6.6.y/kernel-arm64-rockchip.config @@ -590,7 +590,6 @@ CONFIG_BT_BNEP=m CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=m -CONFIG_BT_HS=y CONFIG_BT_6LOWPAN=m CONFIG_BT_LEDS=y CONFIG_BT_AOSPEXT=y