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:
parent
5156f78386
commit
84febe83a9
1 changed files with 16 additions and 16 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue