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:
parent
a8e540c371
commit
f9830452e5
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
===============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue