CONFIG_MBEDTLS_BUILTIN

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.

Direct dependencies

<choice: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/modules/Kconfig.mbedtls:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:17

Menu path: (Top) → Modules → mbedTLS Support → Select implementation

config MBEDTLS_BUILTIN
    bool "Use Zephyr in-tree mbedTLS version"
    depends on <choice: Select 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.)