The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_MBEDTLS

mbed TLS Support

mbed TLS Support

Type: bool

Help

This option enables the mbedTLS cryptography library.

Help

This option enables the mbedTLS cryptography library.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definitions

At modules/mbedtls/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → mbedtls (/home/nashif/zephyrproject/modules/crypto/mbedtls)

menuconfig MBEDTLS
    bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
    help
      This option enables the mbedTLS cryptography library.

At modules/mbedtls/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

Menu path: (Top) → Modules

menuconfig MBEDTLS
    bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
    depends on 0
    help
      This option enables the mbedTLS cryptography library.

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