doc: update migration guide with mesh dependency

Commit adds description of the mesh dependency on
the secure storage subsytem.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
Aleksandr Khromykh 2025-01-20 16:36:38 +01:00 committed by Benjamin Cabé
parent a8e540c371
commit f9830452e5

View file

@ -387,6 +387,11 @@ Bluetooth Mesh
set as deprecated. Default option for platforms that do not support TF-M
is :kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA`.
* Mesh explicitly depends on the Secure Storage subsystem if storing into
non-volatile memory (:kconfig:option:`CONFIG_BT_SETTINGS`) is enabled and
Mbed TLS library (:kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA`) is used.
Applications should be built with :kconfig:option:`CONFIG_SECURE_STORAGE` enabled.
Bluetooth Audio
===============