Bluetooth: Mesh: Move beacons Kconfiguration under separate submenu

Collect beacons Kconfiguration under own submenu.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
Pavel Vasilyev 2023-12-14 16:01:00 +01:00 committed by Carles Cufí
commit 83b7513937

View file

@ -1160,12 +1160,6 @@ config BT_MESH_LARGE_COMP_DATA_CLI
help help
Enable support for the Large Composition Data Client model. Enable support for the Large Composition Data Client model.
config BT_MESH_PRIV_BEACONS
bool "Support for private beacons"
default y
help
Enable support for private beacons.
if BT_MESH_PRIV_BEACONS if BT_MESH_PRIV_BEACONS
config BT_MESH_PRIV_BEACON_SRV config BT_MESH_PRIV_BEACON_SRV
@ -1388,6 +1382,8 @@ config BT_MESH_PSA_KEY_ID_USER_MIN_OFFSET
endif # BT_MESH_USES_MBEDTLS_PSA || BT_MESH_USES_TFM_PSA endif # BT_MESH_USES_MBEDTLS_PSA || BT_MESH_USES_TFM_PSA
menu "Beacons"
config BT_MESH_BEACON_ENABLED config BT_MESH_BEACON_ENABLED
bool "Secure network beacon enabled" bool "Secure network beacon enabled"
default y default y
@ -1395,6 +1391,14 @@ config BT_MESH_BEACON_ENABLED
Controls whether the Secure network beacon feature is enabled by Controls whether the Secure network beacon feature is enabled by
default. Can be changed through runtime configuration. default. Can be changed through runtime configuration.
config BT_MESH_PRIV_BEACONS
bool "Support for private beacons"
default y
help
Enable support for private beacons.
endmenu # Beacons
menu "IV Index & Sequence number" menu "IV Index & Sequence number"
config BT_MESH_IV_UPDATE_TEST config BT_MESH_IV_UPDATE_TEST