Skip to content

Commit 8cee355

Browse files
xudongzhengnordicjm
authored andcommitted
zephyr: kconfig: make MBEDTLS_PROMPTLESS depend on MBEDTLS
This addresses compilation error when MBEDTLS module is not present. Signed-off-by: Xudong Zheng <[email protected]>
1 parent 12e2b63 commit 8cee355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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
33+
select MBEDTLS_PROMPTLESS if ZEPHYR_MBEDTLS_MODULE
3434
help
3535
Use TinyCrypt for crypto primitives.
3636

0 commit comments

Comments
 (0)