feat(ble_mesh): add SOC capability dependency for BLE Mesh config

Add depends on SOC_BLE_MESH_SUPPORTED to BLE_MESH Kconfig option
to ensure BLE Mesh is only available on supported SoCs.
This commit is contained in:
luoxu
2026-04-27 20:29:14 +08:00
parent 3cedc1f484
commit e0a7e73b72

View File

@@ -124,6 +124,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