File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ config NRF_CC310_BL
63
63
bool
64
64
default n
65
65
66
+ if BOOT_USE_MBEDTLS && MBEDTLS_BUILTIN
67
+
68
+ config BOOT_AES_MBEDTLS_DEPENDENCIES
69
+ bool
70
+ select MBEDTLS_CIPHER_AES_ENABLED
71
+ select MBEDTLS_CIPHER_MODE_CTR_ENABLED
72
+
73
+ endif
74
+
66
75
menu "MCUBoot settings"
67
76
68
77
config SINGLE_APPLICATION_SLOT
@@ -159,6 +168,7 @@ config BOOT_SIGNATURE_TYPE_RSA
159
168
select MBEDTLS_KEY_EXCHANGE_RSA_ENABLED if MBEDTLS_BUILTIN
160
169
select BOOT_ENCRYPTION_SUPPORT
161
170
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
171
+ select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
162
172
163
173
if BOOT_SIGNATURE_TYPE_RSA
164
174
config BOOT_SIGNATURE_TYPE_RSA_LEN
@@ -227,6 +237,7 @@ config BOOT_ED25519_MBEDTLS
227
237
select BOOT_USE_MBEDTLS
228
238
select MBEDTLS
229
239
select MBEDTLS_ASN1_PARSE_C if MBEDTLS_BUILTIN
240
+ select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
230
241
231
242
endchoice
232
243
endif
You can’t perform that action at this time.
0 commit comments