1# SPDX-License-Identifier: Apache-2.0
2
3CONFIG_MBEDTLS=y
4CONFIG_MBEDTLS_PSA_CRYPTO_C=y
5
6# The default stack size (1024) is not enough for the PSA Crypto core.
7# On top of that, the ITS implementation uses the stack for buffers.
8CONFIG_MAIN_STACK_SIZE=3072
9
10CONFIG_SECURE_STORAGE=y
11