From 9bdfbfc3e0557423a39b5ab06de3d957520f5291 Mon Sep 17 00:00:00 2001 From: makejian Date: Wed, 20 Dec 2023 20:21:28 +0800 Subject: [PATCH 1/2] mbedtls/Kconfig: MBEDTLS_DEBUG_C depends on DEBUG_CRYPTO_INFO Signed-off-by: makejian --- crypto/mbedtls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index 87c4e76a50e..fedc4ee2622 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -17,7 +17,7 @@ config MBEDTLS_VERSION config MBEDTLS_DEBUG_C bool "This module provides debugging functions." - default DEBUG_FEATURES + default DEBUG_CRYPTO_INFO ---help--- This module provides debugging functions. From af0541028ae43473b7e4149ddb3af6565269c872 Mon Sep 17 00:00:00 2001 From: makejian Date: Wed, 6 Mar 2024 11:06:03 +0800 Subject: [PATCH 2/2] mbedtls: 'MBEDTLS_X509_CRT_POOL' depends on 'MBEDTLS_THREADING_C' Signed-off-by: makejian --- crypto/mbedtls/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index fedc4ee2622..6b3ac53dffb 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -178,6 +178,7 @@ config MBEDTLS_X509_CSR_PARSE_C config MBEDTLS_X509_CRT_POOL bool "Enable the X509 Certificate Pool" + depends on MBEDTLS_THREADING_C default n config MBEDTLS_HAVE_ASM