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 36628f1 commit 4575975Copy full SHA for 4575975
1 file changed
boot/zephyr/Kconfig
@@ -77,15 +77,6 @@ config NRFXLIB_CRYPTO
77
config NRF_CC310_BL
78
bool
79
80
-if BOOT_USE_MBEDTLS && MBEDTLS_BUILTIN
81
-
82
-config BOOT_AES_MBEDTLS_DEPENDENCIES
83
- bool
84
- select MBEDTLS_CIPHER_AES_ENABLED
85
- select MBEDTLS_CIPHER_MODE_CTR_ENABLED
86
87
-endif
88
89
if BOOT_USE_PSA_CRYPTO
90
91
config BOOT_PSA_IMG_HASH_ALG_SHA256_DEPENDENCIES
@@ -394,9 +385,7 @@ config BOOT_ED25519_MBEDTLS
394
385
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
395
386
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
396
387
select MBEDTLS
397
- select MBEDTLS_SHA512
398
388
select MBEDTLS_ASN1_PARSE_C if !BOOT_KEY_IMPORT_BYPASS_ASN
399
- select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
400
389
401
390
config BOOT_ED25519_PSA
402
391
bool "Use PSA Crypto"
0 commit comments