File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,15 @@ config NRF_CC310_BL
66
66
bool
67
67
default n
68
68
69
+ if BOOT_USE_MBEDTLS && MBEDTLS_BUILTIN
70
+
71
+ config BOOT_AES_MBEDTLS_DEPENDENCIES
72
+ bool
73
+ select MBEDTLS_CIPHER_AES_ENABLED
74
+ select MBEDTLS_CIPHER_MODE_CTR_ENABLED
75
+
76
+ endif
77
+
69
78
menu "MCUBoot settings"
70
79
71
80
config SINGLE_APPLICATION_SLOT
@@ -162,6 +171,7 @@ config BOOT_SIGNATURE_TYPE_RSA
162
171
select MBEDTLS_KEY_EXCHANGE_RSA_ENABLED if MBEDTLS_BUILTIN
163
172
select BOOT_ENCRYPTION_SUPPORT
164
173
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
174
+ select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
165
175
166
176
if BOOT_SIGNATURE_TYPE_RSA
167
177
config BOOT_SIGNATURE_TYPE_RSA_LEN
@@ -230,6 +240,7 @@ config BOOT_ED25519_MBEDTLS
230
240
select BOOT_USE_MBEDTLS
231
241
select MBEDTLS
232
242
select MBEDTLS_ASN1_PARSE_C if MBEDTLS_BUILTIN
243
+ select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE
233
244
234
245
endchoice
235
246
endif
You can’t perform that action at this time.
0 commit comments