From f509f67551b19789aeabf16c40b0bf8b0ecfaebf Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis <45206070+axelnxp@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:41:49 +0200 Subject: [PATCH] [NXP][Zephyr] Increase the PSA key slot count to meet Matter requirement (#35811) Signed-off-by: Axel Le Bourhis --- src/platform/nxp/zephyr/nxp-zephyr-mbedtls-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/nxp/zephyr/nxp-zephyr-mbedtls-config.h b/src/platform/nxp/zephyr/nxp-zephyr-mbedtls-config.h index f5f44390cd5410..81f1bb77e63d9d 100644 --- a/src/platform/nxp/zephyr/nxp-zephyr-mbedtls-config.h +++ b/src/platform/nxp/zephyr/nxp-zephyr-mbedtls-config.h @@ -18,6 +18,7 @@ #if CONFIG_CHIP_CRYPTO_PSA #define MBEDTLS_PSA_CRYPTO_DRIVERS +#define MBEDTLS_PSA_KEY_SLOT_COUNT 64 #endif /* CONFIG_CHIP_CRYPTO_PSA */ #if CONFIG_MCUX_ELS_PKC