From e0a7e73b723eacdade65283f016aca5df8c9f433 Mon Sep 17 00:00:00 2001 From: luoxu Date: Mon, 27 Apr 2026 20:29:14 +0800 Subject: [PATCH] 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. --- components/bt/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index 53ac96bf453..75250339965 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -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