Skip to content

Commit

Permalink
boot/mcuboot: Add support for using Mbed TLS as crypto backend
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei authored and xiaoxiang781216 committed Nov 5, 2021
1 parent 6942378 commit 19b9c23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot/mcuboot/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ choice
prompt "Cryptographic backend"
default MCUBOOT_USE_TINYCRYPT

config MCUBOOT_USE_MBED_TLS
bool "Mbed TLS"
depends on CRYPTO_MBEDTLS

config MCUBOOT_USE_TINYCRYPT
bool "TinyCrypt"

Expand Down

0 comments on commit 19b9c23

Please sign in to comment.