The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice MBEDTLS_IMPLEMENTATION: Select implementation

Select implementation

Select implementation

Type: bool

Direct dependencies

MBEDTLS || (MBEDTLS && 0)

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At modules/mbedtls/Kconfig:24

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

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

choice MBEDTLS_IMPLEMENTATION
    bool "Select implementation"
    default MBEDTLS_BUILTIN
    depends on MBEDTLS

At modules/mbedtls/Kconfig:24

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

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

choice MBEDTLS_IMPLEMENTATION
    bool "Select implementation"
    default MBEDTLS_BUILTIN
    depends on MBEDTLS && 0

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