ble_mesh: stack: Split model Kconfig menu into foundation and others

This commit is contained in:
lly 2020-10-19 20:45:34 +08:00 committed by bot
parent 72d96c4e81
commit 9620a1a568

View File

@ -878,7 +878,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"
@ -890,6 +890,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
@ -999,7 +1003,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"