From f1def7f24edc2f9540eb409968ba6f8fa137bd85 Mon Sep 17 00:00:00 2001 From: lly Date: Mon, 19 Oct 2020 20:45:34 +0800 Subject: [PATCH] ble_mesh: stack: Split model Kconfig menu into foundation and others --- components/bt/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index 4e89b72b98..d5f5fabd83 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -2581,7 +2581,7 @@ if BLE_MESH uses 0 as the timeout value when sending acknowledged messages, then the default value will be used which is four seconds. - menu "Support for BLE Mesh client/server models" + menu "Support for BLE Mesh Foundation models" config BLE_MESH_CFG_CLI bool "Configuration Client model" @@ -2593,6 +2593,10 @@ if BLE_MESH help Enable support for Health Client model. + endmenu #Support for BLE Mesh Foundation models + + menu "Support for BLE Mesh Client/Server models" + config BLE_MESH_GENERIC_ONOFF_CLI bool "Generic OnOff Client model" help @@ -2702,7 +2706,7 @@ if BLE_MESH help Enable support for Lighting server models. - endmenu + endmenu #Support for BLE Mesh Client/Server models config BLE_MESH_IV_UPDATE_TEST bool "Test the IV Update Procedure"