CONFIG_MBEDTLS_BUILTIN

Use Zephyr in-tree mbedTLS version

Use Zephyr in-tree mbedTLS version

Type: bool

Help

Link with mbedTLS sources included with Zephyr distribution.
Included mbedTLS version is well integrated with and supported
by Zephyr, and the recommended choice for most users.

Help

Link with mbedTLS sources included with Zephyr distribution.
Included mbedTLS version is well integrated with and supported
by Zephyr, and the recommended choice for most users.

Direct dependencies

<choice MBEDTLS_IMPLEMENTATION: Select implementation> || <choice MBEDTLS_IMPLEMENTATION: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/modules/mbedtls/Kconfig:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:68

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls) → mbed TLS Support → Select implementation

config MBEDTLS_BUILTIN
    bool "Use Zephyr in-tree mbedTLS version"
    depends on <choice MBEDTLS_IMPLEMENTATION>
    help
      Link with mbedTLS sources included with Zephyr distribution.
      Included mbedTLS version is well integrated with and supported
      by Zephyr, and the recommended choice for most users.

At <Zephyr>/modules/mbedtls/Kconfig:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:74

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

config MBEDTLS_BUILTIN
    bool "Use Zephyr in-tree mbedTLS version"
    depends on <choice MBEDTLS_IMPLEMENTATION>
    help
      Link with mbedTLS sources included with Zephyr distribution.
      Included mbedTLS version is well integrated with and supported
      by Zephyr, and the recommended choice for most users.

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