From 9fa4ff5300aa970554f205b8b1b11539b199ad2f Mon Sep 17 00:00:00 2001 From: "darshan.dobariya" Date: Fri, 21 Jul 2023 16:48:09 +0530 Subject: [PATCH] fix(nimble): Update Menuconfig option to remove separate 5.2 feature option --- components/bt/host/nimble/Kconfig.in | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 3359897725..8084688515 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -591,18 +591,11 @@ config BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST help Set this option to set the upper limit for number of periodic advertiser list. -menuconfig BT_NIMBLE_53_FEATURE_SUPPORT - bool "Enable BLE 5.3 feature" - depends on BT_NIMBLE_ENABLED && SOC_ESP_NIMBLE_CONTROLLER +config BT_NIMBLE_BLE_POWER_CONTROL + bool "Enable support for BLE Power Control" + depends on BT_NIMBLE_50_FEATURE_SUPPORT && SOC_ESP_NIMBLE_CONTROLLER help - Enable BLE 5.3 feature - -config BT_NIMBLE_SUBRATE - bool "Connection Subrate" - depends on BT_NIMBLE_53_FEATURE_SUPPORT - help - Enable support for Connection Subrate - + Set this option to enable the Power Control feature choice BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection" @@ -623,17 +616,6 @@ choice BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM Disable the limitation on max tx/rx time for Coded-PHY connection endchoice -menuconfig BT_NIMBLE_52_FEATURE_SUPPORT - bool "Enable BLE 5.2 Feature" - help - Enable this option to select 5.2 features - -config BT_NIMBLE_BLE_POWER_CONTROL - bool "Enable support for BLE Power Control" - depends on BT_NIMBLE_52_FEATURE_SUPPORT && SOC_ESP_NIMBLE_CONTROLLER - help - Set this option to enable the Power Control feature - config BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_EFF int default 0 if !(ESP32_WIFI_SW_COEXIST_ENABLE && BT_NIMBLE_ENABLED)