Skip to content

Commit c5d241d

Browse files
committed
[nrf noup] boot: zephyr: remove gone legacy Mbed TLS Kconfig options
They don't exist anymore. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent e2f01b8 commit c5d241d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

boot/zephyr/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ config NRFXLIB_CRYPTO
7777
config NRF_CC310_BL
7878
bool
7979

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-
8980
if BOOT_USE_PSA_CRYPTO
9081

9182
config BOOT_PSA_IMG_HASH_ALG_SHA256_DEPENDENCIES
@@ -394,9 +385,7 @@ config BOOT_ED25519_MBEDTLS
394385
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
395386
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
396387
select MBEDTLS
397-
select MBEDTLS_SHA512
398388
select MBEDTLS_ASN1_PARSE_C if !BOOT_KEY_IMPORT_BYPASS_ASN
399-
select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
400389

401390
config BOOT_ED25519_PSA
402391
bool "Use PSA Crypto"

0 commit comments

Comments
 (0)