boot/mcuboot: Add support for using Mbed TLS as crypto backend
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
6942378695
commit
19b9c2371c
@ -26,6 +26,10 @@ choice
|
|||||||
prompt "Cryptographic backend"
|
prompt "Cryptographic backend"
|
||||||
default MCUBOOT_USE_TINYCRYPT
|
default MCUBOOT_USE_TINYCRYPT
|
||||||
|
|
||||||
|
config MCUBOOT_USE_MBED_TLS
|
||||||
|
bool "Mbed TLS"
|
||||||
|
depends on CRYPTO_MBEDTLS
|
||||||
|
|
||||||
config MCUBOOT_USE_TINYCRYPT
|
config MCUBOOT_USE_TINYCRYPT
|
||||||
bool "TinyCrypt"
|
bool "TinyCrypt"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user