From: Philippe Reynes Date: Thu, 19 Dec 2024 13:05:54 +0000 (+0100) Subject: configs: sandbox: enable mbedtls X-Git-Tag: v2025.04-rc1~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9d18254bff2ba869a65f9e1e03277705338f9e;p=pandora-u-boot.git configs: sandbox: enable mbedtls Enable mbedtls to have at least one config with mbedtls enabled. Signed-off-by: Philippe Reynes --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 718e4a8283c..1258044241a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -352,6 +352,8 @@ CONFIG_FS_CRAMFS=y CONFIG_ADDR_MAP=y CONFIG_CMD_DHRYSTONE=y CONFIG_MBEDTLS_LIB=y +CONFIG_MBEDTLS_LIB_CRYPTO=y +CONFIG_HKDF_MBEDTLS=y CONFIG_ECDSA=y CONFIG_ECDSA_VERIFY=y CONFIG_TPM=y