diff --git a/subsys/bluetooth/mesh/Kconfig b/subsys/bluetooth/mesh/Kconfig index 9429effffc2f..bf7111a02cfd 100644 --- a/subsys/bluetooth/mesh/Kconfig +++ b/subsys/bluetooth/mesh/Kconfig @@ -29,7 +29,7 @@ config MBEDTLS_HEAP_SIZE if BT_SETTINGS -config BT_MESH_PSA_CRYPTO_STORAGE +config BT_MESH_SECURE_STORAGE bool default y imply TRUSTED_STORAGE diff --git a/west.yml b/west.yml index 2e1bc42d594f..175c4f7ea5ad 100644 --- a/west.yml +++ b/west.yml @@ -66,7 +66,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: a2b33714ee8e918eddb102012e2c45f90f9c742d + revision: 107f9f0cf5369c707282724f7484d708a99ed274 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above