Skip to content

Commit

Permalink
zephyr: kconfig: Prevent MBEDTLS selection when tinycrypt is used
Browse files Browse the repository at this point in the history
Prevents an issue which occurs when the MCUboot configuration is
changed which then selects multiple conflicting symbols

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Nov 21, 2023
1 parent cd82f8b commit 47b3436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ config BOOT_USE_TINYCRYPT
# When building for ECDSA, we use our own copy of mbedTLS, so the
# Zephyr one must not be enabled or the MBEDTLS_CONFIG_FILE macros
# will collide.
select MBEDTLS_PROMPTLESS
help
Use TinyCrypt for crypto primitives.

Expand Down

0 comments on commit 47b3436

Please sign in to comment.