:orphan: .. title:: CONFIG_MBEDTLS_ENABLE_HEAP .. kconfig:: CONFIG_MBEDTLS_ENABLE_HEAP CONFIG_MBEDTLS_ENABLE_HEAP ########################## *Enable global heap for mbed TLS* *Enable global heap for mbed TLS* Type: ``bool`` Help ==== .. code-block:: none This option enables the mbedtls to use the heap. This setting must be global so that various applications and libraries in Zephyr do not try to do this themselves as there can be only one heap defined in mbedtls. If this is enabled, then the Zephyr will, during the device startup, initialize the heap automatically. Help ==== .. code-block:: none This option enables the mbedtls to use the heap. This setting must be global so that various applications and libraries in Zephyr do not try to do this themselves as there can be only one heap defined in mbedtls. If this is enabled, then the Zephyr will, during the device startup, initialize the heap automatically. Direct dependencies =================== \ :kconfig:`MBEDTLS ` || (\ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`CRYPTO_MBEDTLS_SHIM ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB_DTLS ` - \ :kconfig:`OPENTHREAD_MBEDTLS ` Kconfig definitions =================== At ``/mbedtls/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support .. code-block:: kconfig config MBEDTLS_ENABLE_HEAP bool "Enable global heap for mbed TLS" depends on MBEDTLS help This option enables the mbedtls to use the heap. This setting must be global so that various applications and libraries in Zephyr do not try to do this themselves as there can be only one heap defined in mbedtls. If this is enabled, then the Zephyr will, during the device startup, initialize the heap automatically. ---- At ``/mbedtls/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config MBEDTLS_ENABLE_HEAP bool "Enable global heap for mbed TLS" depends on MBEDTLS && 0 help This option enables the mbedtls to use the heap. This setting must be global so that various applications and libraries in Zephyr do not try to do this themselves as there can be only one heap defined in mbedtls. If this is enabled, then the Zephyr will, during the device startup, initialize the heap automatically. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*