Skip to content

Commit 20d21d1

Browse files
committed
[nrf noup] boot: zephyr: remove gone legacy Mbed TLS Kconfig options
They have been removed. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 36628f1 commit 20d21d1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

boot/zephyr/Kconfig

Lines changed: 0 additions & 10 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
@@ -396,7 +387,6 @@ config BOOT_ED25519_MBEDTLS
396387
select MBEDTLS
397388
select MBEDTLS_SHA512
398389
select MBEDTLS_ASN1_PARSE_C if !BOOT_KEY_IMPORT_BYPASS_ASN
399-
select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
400390

401391
config BOOT_ED25519_PSA
402392
bool "Use PSA Crypto"

0 commit comments

Comments
 (0)