Bluetooth: Mesh: Move LCD models Kconfig options

Move LCD models Kconfig options under the models menu.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
Pavel Vasilyev 2023-12-14 15:54:31 +01:00 committed by Carles Cufí
commit 84febe83a9

View file

@ -1144,6 +1144,22 @@ config BT_MESH_LARGE_COMP_DATA_SRV
help help
Enable support for the Large Composition Data Server model. Enable support for the Large Composition Data Server model.
if BT_MESH_LARGE_COMP_DATA_SRV
config BT_MESH_MODELS_METADATA_PAGE_LEN
int "Maximum length of the Models Metadata Page"
default 150
help
This value is the combined total metadata length for
all models on the device.
endif # BT_MESH_LARGE_COMP_DATA_SRV
config BT_MESH_LARGE_COMP_DATA_CLI
bool "Support for Large Composition Data Client model"
help
Enable support for the Large Composition Data Client model.
endmenu # Models endmenu # Models
menu "Proxy" menu "Proxy"
@ -1526,22 +1542,6 @@ config BT_MESH_FRIEND_ADV_LATENCY
endif # BT_MESH_FRIEND endif # BT_MESH_FRIEND
if BT_MESH_LARGE_COMP_DATA_SRV
config BT_MESH_MODELS_METADATA_PAGE_LEN
int "Maximum length of the Models Metadata Page"
default 150
help
This value is the combined total metadata length for
all models on the device.
endif # BT_MESH_LARGE_COMP_DATA_SRV
config BT_MESH_LARGE_COMP_DATA_CLI
bool "Support for Large Composition Data Client model"
help
Enable support for the Large Composition Data Client model.
config BT_MESH_PRIV_BEACONS config BT_MESH_PRIV_BEACONS
bool "Support for private beacons" bool "Support for private beacons"
default y default y