Skip to content

Commit 0b0fbad

Browse files
committed
nrf_security: remove CONFIG_MBEDTLS_ENABLE_HEAP
It now makes sense to have it enabled only when CONFIG_MBEDTLS because it doesn't exist in TF-PSA-Crypto. Remove the redefinition of this Kconfig option so we just use the one from Zephyr which is already guarded properly. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 5729f5a commit 0b0fbad

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

subsys/nrf_security/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ config TF_PSA_CRYPTO_USER_CONFIG_FILE
8484
Used for PSA_NEED_* configurations.
8585
This file is auto-generated with the values of the relevant Kconfig options.
8686

87-
config MBEDTLS_ENABLE_HEAP
88-
bool "Global heap for mbed TLS"
89-
help
90-
This option enables the mbedtls to use the heap. This setting must
91-
be global so that various applications and libraries in Zephyr do not
92-
try to do this themselves as there can be only one heap defined
93-
in mbedtls. If this is enabled, then the Zephyr will, during the device
94-
startup, initialize the heap automatically.
95-
9687
if MBEDTLS_ENABLE_HEAP
9788

9889
config MBEDTLS_HEAP_SIZE

0 commit comments

Comments
 (0)