fix(nimble): Add chip dependancy flag for Flow control feature

This commit is contained in:
Rahul Tank
2025-05-15 16:30:22 +05:30
committed by Shreeyash
parent a0de01f7a8
commit e9c5f3ad66

View File

@@ -376,7 +376,7 @@ config BT_NIMBLE_GATT_MAX_PROCS
config BT_NIMBLE_HS_FLOW_CTRL
bool "Enable Host Flow control"
depends on BT_NIMBLE_ENABLED
depends on BT_NIMBLE_ENABLED && !SOC_ESP_NIMBLE_CONTROLLER
default y if IDF_TARGET_ESP32
default n
help