mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'feat/ble_mesh_config_depends_on_soc_caps_v5.5' into 'release/v5.5'
feat(ble_mesh): add SOC capability dependency for BLE Mesh config (5.5) See merge request espressif/esp-idf!48111
This commit is contained in:
@@ -114,6 +114,7 @@ endmenu
|
||||
menuconfig BLE_MESH
|
||||
bool "ESP BLE Mesh Support"
|
||||
depends on BT_ENABLED
|
||||
depends on SOC_BLE_MESH_SUPPORTED
|
||||
help
|
||||
This option enables ESP BLE Mesh support. The specific features that are
|
||||
available may depend on other features that have been enabled in the
|
||||
|
||||
Reference in New Issue
Block a user