From 42a17cdcce56c6f7d9e70a872470ab3f45ce1939 Mon Sep 17 00:00:00 2001 From: Luo Xu Date: Wed, 29 Apr 2026 21:43:29 +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. (cherry picked from commit e0a7e73b723eacdade65283f016aca5df8c9f433) Co-authored-by: luoxu --- components/bt/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index 417a8c18e9f..ddbaf8a51bc 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -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