Skip to content

Commit

Permalink
configs: enable MbedTLS as default setting
Browse files Browse the repository at this point in the history
Enable MbedTLS as default setting for qemu arm64

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
  • Loading branch information
raymo200915 committed Mar 22, 2024
1 parent e286545 commit 2090f05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/qemu_arm64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ CONFIG_TPM2_MMIO=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_PCI=y
CONFIG_SEMIHOSTING=y
CONFIG_MBEDTLS_LIB=y
CONFIG_MBEDTLS_LIB_CRYPTO=y
CONFIG_MBEDTLS_LIB_X509=y
# CONFIG_MBEDTLS_LIB_TLS is not set
CONFIG_TPM=y
CONFIG_EFI_SECURE_BOOT=y
4 changes: 4 additions & 0 deletions configs/sandbox_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ CONFIG_FS_CBFS=y
CONFIG_FS_CRAMFS=y
CONFIG_ADDR_MAP=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_MBEDTLS_LIB=y
CONFIG_MBEDTLS_LIB_CRYPTO=y
CONFIG_MBEDTLS_LIB_X509=y
# CONFIG_MBEDTLS_LIB_TLS is not set
CONFIG_ECDSA=y
CONFIG_ECDSA_VERIFY=y
CONFIG_TPM=y
Expand Down

0 comments on commit 2090f05

Please sign in to comment.