Skip to content

Commit 0b40b44

Browse files
frkvanangl
authored andcommitted
[nrf noup] ble: Adding missing AES config for BT_CRYPTO
-Adding imply MBEDTLS_CIPHER_AES_ENABLED if not TF-M build in BT_CRYPTO -Needed to set a specific symbol for MBEDTLS + MBEDTLS_BUILTIN to work on network core build. -This [nrf noup] can be removed once PSA crypto is fully supported in network core, or PSA crypto is not compiled in at all and is provided as a RPC-mechanism via the app-core Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 48ab901 commit 0b40b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config BT_CRYPTO
88
select PSA_WANT_KEY_TYPE_AES
99
select PSA_WANT_ALG_CMAC
1010
select PSA_WANT_ALG_ECB_NO_PADDING
11+
imply MBEDTLS_CIPHER_AES_ENABLED if !BUILD_WITH_TFM
1112
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C
1213
help
1314
This option enables the Bluetooth Cryptographic Toolbox.

0 commit comments

Comments
 (0)