Commit 30c73cd
kconfig.nrf: Enable heap if BT_CRYPTO is enabled
The bt_crypto_aes_cmac function from bt_crypto library uses
psa_import_key function which requires memory for importing keys.
The memory is allocated in the heap, therefore MBEDTLS_ENABLE_HEAP
should be enabled.
This allows to build tests.bluetooth.bt_crypto.psa upstream tests.
Signed-off-by: Pavel Vasilyev <[email protected]>1 parent 11e9726 commit 30c73cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments