mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 00:11:20 +08:00
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:

committed by
Xiang Xiao

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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user