Skip to content

Commit f041091

Browse files
bluetooth: mesh: Overwrite secure storage backend config
Mesh currently uses TRSUTED_STORAGE backend. Overwriting the default SECURE_STORAGE with TRSUTED_STORAGE. Signed-off-by: alperen sener <[email protected]>
1 parent d9727b8 commit f041091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/mesh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ config MBEDTLS_HEAP_SIZE
2929

3030
if BT_SETTINGS
3131

32-
config BT_MESH_PSA_CRYPTO_STORAGE
32+
config BT_MESH_SECURE_STORAGE
3333
bool
3434
default y
3535
imply TRUSTED_STORAGE

0 commit comments

Comments
 (0)