The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MBEDTLS_ENABLE_HEAP

Enable global heap for mbed TLS

Type: bool

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.

Direct dependencies

MBEDTLS && 0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At modules/mbedtls/Kconfig:129

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → mbed TLS Support

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.)