summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2024-12-19 14:05:54 +0100
committerTom Rini <trini@konsulko.com>2025-01-18 17:12:48 -0600
commit3f9d18254bff2ba869a65f9e1e03277705338f9e (patch)
tree4fd7b185e241e612d9103542d7b8a8e7dd030ccd
parent71503620e834a869a0a1533d9449b034ba231ff3 (diff)
configs: sandbox: enable mbedtls
Enable mbedtls to have at least one config with mbedtls enabled. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
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