Skip to content

Commit e6d6bd1

Browse files
committed
boot: zephyr: Add ECDSA support using mbedTLS
1 parent d14ba22 commit e6d6bd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ config BOOT_ECDSA_TINYCRYPT
283283
bool "Use tinycrypt"
284284
select BOOT_USE_TINYCRYPT
285285

286+
config BOOT_ECDSA_MBEDTLS
287+
bool "Use mbedTLS"
288+
select BOOT_USE_MBEDTLS
289+
select MBEDTLS
290+
286291
config BOOT_ECDSA_CC310
287292
bool "Use CC310"
288293
depends on HAS_HW_NRF_CC310

0 commit comments

Comments
 (0)