mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
fix(nimble): Update Menuconfig option to remove separate 5.2 feature option
This commit is contained in:
committed by
darshan
parent
c920123629
commit
9fa4ff5300
@@ -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)
|
||||
|
Reference in New Issue
Block a user