Bluetooth: Mesh: Move SAR models Kconfig options
Move SAR models Kconfig options under the models menu. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
f89effbe75
commit
5b0a1bb165
1 changed files with 15 additions and 15 deletions
|
@ -1097,6 +1097,21 @@ config BT_MESH_RPR_SRV_AD_DATA_MAX
|
|||
|
||||
endmenu # Remote Provisioning configuration
|
||||
|
||||
config BT_MESH_SAR_CFG
|
||||
bool
|
||||
|
||||
config BT_MESH_SAR_CFG_SRV
|
||||
bool "Support for SAR Configuration Server model"
|
||||
select BT_MESH_SAR_CFG
|
||||
help
|
||||
Enable support for the SAR configuration server model.
|
||||
|
||||
config BT_MESH_SAR_CFG_CLI
|
||||
bool "Support for SAR Configuration Client Model"
|
||||
select BT_MESH_SAR_CFG
|
||||
help
|
||||
Enable support for the SAR configuration client model.
|
||||
|
||||
endmenu # Models
|
||||
|
||||
menu "Proxy"
|
||||
|
@ -1479,21 +1494,6 @@ config BT_MESH_FRIEND_ADV_LATENCY
|
|||
|
||||
endif # BT_MESH_FRIEND
|
||||
|
||||
config BT_MESH_SAR_CFG
|
||||
bool
|
||||
|
||||
config BT_MESH_SAR_CFG_SRV
|
||||
bool "Support for SAR Configuration Server model"
|
||||
select BT_MESH_SAR_CFG
|
||||
help
|
||||
Enable support for the SAR configuration server model.
|
||||
|
||||
config BT_MESH_SAR_CFG_CLI
|
||||
bool "Support for SAR Configuration Client Model"
|
||||
select BT_MESH_SAR_CFG
|
||||
help
|
||||
Enable support for the SAR configuration client model.
|
||||
|
||||
config BT_MESH_OP_AGG
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue