We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e2b63 commit 8cee355Copy full SHA for 8cee355
boot/zephyr/Kconfig
@@ -30,7 +30,7 @@ config BOOT_USE_TINYCRYPT
30
# When building for ECDSA, we use our own copy of mbedTLS, so the
31
# Zephyr one must not be enabled or the MBEDTLS_CONFIG_FILE macros
32
# will collide.
33
- select MBEDTLS_PROMPTLESS
+ select MBEDTLS_PROMPTLESS if ZEPHYR_MBEDTLS_MODULE
34
help
35
Use TinyCrypt for crypto primitives.
36
0 commit comments