diff --git a/boot/mcuboot/Kconfig b/boot/mcuboot/Kconfig index 1904bdd7b..4cc8e399c 100644 --- a/boot/mcuboot/Kconfig +++ b/boot/mcuboot/Kconfig @@ -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"