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

CONFIG_MBEDTLS_SHELL

mbed TLS shell

Type: bool

Help

Enable mbed TLS shell module, which allows to show debug information
about mbed TLS library, such as heap usage.

Direct dependencies

MBEDTLS && SHELL && MBEDTLS && 0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/mbedtls/Kconfig:154

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

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

config MBEDTLS_SHELL
    bool "mbed TLS shell"
    depends on MBEDTLS && SHELL && MBEDTLS && 0
    help
      Enable mbed TLS shell module, which allows to show debug information
      about mbed TLS library, such as heap usage.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)