From 5012d45a248b5327aea55f24be7ce86f0af6374a Mon Sep 17 00:00:00 2001 From: Chris Andreae Date: Wed, 31 Jan 2024 18:40:50 +0900 Subject: [PATCH] remove bluetooth kconfig overrides --- app/boards/arm/glove80/glove80_lh_defconfig | 8 -------- app/boards/arm/glove80/glove80_rh_defconfig | 8 -------- 2 files changed, 16 deletions(-) diff --git a/app/boards/arm/glove80/glove80_lh_defconfig b/app/boards/arm/glove80/glove80_lh_defconfig index 8add94c97239..57c72c8be9d4 100644 --- a/app/boards/arm/glove80/glove80_lh_defconfig +++ b/app/boards/arm/glove80/glove80_lh_defconfig @@ -28,14 +28,6 @@ CONFIG_BT_DIS_MODEL="Glove80" # Use higher radio transmit power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y -# Use non-legacy LLCP (required for compatibility with recent Linux kernel) -CONFIG_BT_LL_SW_LLCP=y -CONFIG_BT_LL_SW_LLCP_LEGACY=n - -# Disable 2M PHY (required for compatibility with recent Intel chipset drivers -# on Windows) -CONFIG_BT_CTLR_PHY_2M=n - # Work-around for Windows bug with battery notifications CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n diff --git a/app/boards/arm/glove80/glove80_rh_defconfig b/app/boards/arm/glove80/glove80_rh_defconfig index b3a38d8429df..4394bee2ad28 100644 --- a/app/boards/arm/glove80/glove80_rh_defconfig +++ b/app/boards/arm/glove80/glove80_rh_defconfig @@ -26,14 +26,6 @@ CONFIG_BT_DIS_MODEL="Glove80 Right" # Use higher radio transmit power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y -# Use non-legacy LLCP (required for compatibility with recent Linux kernel) -CONFIG_BT_LL_SW_LLCP=y -CONFIG_BT_LL_SW_LLCP_LEGACY=n - -# Disable 2M PHY (required for compatibility with recent Intel chipset drivers -# on Windows) -CONFIG_BT_CTLR_PHY_2M=n - # Enable MPU CONFIG_ARM_MPU=y