Skip to content

Commit

Permalink
zephyr: kconfig: make MBEDTLS_PROMPTLESS depend on MBEDTLS
Browse files Browse the repository at this point in the history
This addresses compilation error when MBEDTLS module is not present.

Signed-off-by: Xudong Zheng <7pkvm5aw@slicealias.com>
  • Loading branch information
xudongzheng authored and nordicjm committed Jan 2, 2024
1 parent 12e2b63 commit 8cee355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +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
select MBEDTLS_PROMPTLESS if ZEPHYR_MBEDTLS_MODULE
help
Use TinyCrypt for crypto primitives.

Expand Down

0 comments on commit 8cee355

Please sign in to comment.