Skip to content

Commit 9fa0c6b

Browse files
committed
zephyr: Fix translation of PSA Kconfig to MCUboot config
MCUBOOT_USE_PSA_CRYPTO should be set by CONFIG_BOOT_USE_PSA_CRYPTO instead of CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 2d681da commit 9fa0c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/include/mcuboot_config/mcuboot_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#ifdef CONFIG_BOOT_USE_NRF_CC310_BL
4848
#define MCUBOOT_USE_NRF_CC310_BL
4949
#endif
50-
#elif defined(CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT)
50+
#elif defined(CONFIG_BOOT_USE_PSA_CRYPTO)
5151
#define MCUBOOT_USE_PSA_CRYPTO
5252
#endif
5353

0 commit comments

Comments
 (0)