From: Raymond Mao Date: Thu, 3 Oct 2024 21:50:40 +0000 (-0700) Subject: configs: enable MbedTLS as default setting X-Git-Tag: v2025.01-rc1~69^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65dcfe6bb7b5a24e68b132f5a2da82cf088017a;p=pandora-u-boot.git configs: enable MbedTLS as default setting Enable MbedTLS as default setting for qemu arm64 and sandbox. Signed-off-by: Raymond Mao Reviewed-by: Ilias Apalodimas --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 827ab71d3a9..8dffb91e93b 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -69,4 +69,5 @@ CONFIG_TPM2_MMIO=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y CONFIG_SEMIHOSTING=y +CONFIG_MBEDTLS_LIB=y CONFIG_TPM=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 540ccef8950..4e33222df60 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -352,6 +352,7 @@ CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y CONFIG_ADDR_MAP=y CONFIG_CMD_DHRYSTONE=y +CONFIG_MBEDTLS_LIB=y CONFIG_ECDSA=y CONFIG_ECDSA_VERIFY=y CONFIG_TPM=y