From 9c754a9892084233f2a3fd00366f92d0ca6ff719 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Fri, 19 Apr 2019 15:03:03 -0400 Subject: [PATCH] config.pl: disable PSA_ITS_FILE and PSA_CRYPTO_STORAGE for baremetal --- scripts/config.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/config.pl b/scripts/config.pl index d9bbf8c7b..5b13fc9e8 100755 --- a/scripts/config.pl +++ b/scripts/config.pl @@ -123,6 +123,8 @@ MBEDTLS_MEMORY_BACKTRACE MBEDTLS_MEMORY_BUFFER_ALLOC_C MBEDTLS_PLATFORM_TIME_ALT MBEDTLS_PLATFORM_FPRINTF_ALT +MBEDTLS_PSA_ITS_FILE_C +MBEDTLS_PSA_CRYPTO_STORAGE_C ); # Things that should be enabled in "full" even if they match @excluded