Skip to content

Commit 47b3436

Browse files
committed
zephyr: kconfig: Prevent MBEDTLS selection when tinycrypt is used
Prevents an issue which occurs when the MCUboot configuration is changed which then selects multiple conflicting symbols Signed-off-by: Jamie McCrae <[email protected]>
1 parent cd82f8b commit 47b3436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ config BOOT_USE_TINYCRYPT
3030
# When building for ECDSA, we use our own copy of mbedTLS, so the
3131
# Zephyr one must not be enabled or the MBEDTLS_CONFIG_FILE macros
3232
# will collide.
33+
select MBEDTLS_PROMPTLESS
3334
help
3435
Use TinyCrypt for crypto primitives.
3536

0 commit comments

Comments
 (0)