From a468bbcadd90340a9623e8072835b934f762423c Mon Sep 17 00:00:00 2001 From: Luo Xu Date: Tue, 3 Jun 2025 20:23:36 +0800 Subject: [PATCH] feat(ble_mesh): support ble 50 for esp32c6 series chip (cherry picked from commit d4cd6e57418d79d727f6e28754e74213c21d0f9c) Co-authored-by: luoxu --- components/bt/esp_ble_mesh/Kconfig.in | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 3555390a20..eb761a5e74 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -25,7 +25,6 @@ if BLE_MESH menuconfig BLE_MESH_USE_BLE_50 bool "Support using BLE 5.0 APIs for BLE Mesh" depends on BLE_MESH_EXPERIMENTAL - depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 select BT_NIMBLE_50_FEATURE_SUPPORT if BT_NIMBLE_ENABLED select BT_NIMBLE_EXT_ADV if BT_NIMBLE_ENABLED select BT_BLE_50_FEATURES_SUPPORTED if BT_BLUEDROID_ENABLED