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

Enable mbedTLS integrated sources

Type: bool

Help

Link with local mbedTLS sources instead of external library.

Direct dependencies

<choice: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At modules/Kconfig.mbedtls:17

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:13

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

config MBEDTLS_BUILTIN
    bool "Enable mbedTLS integrated sources"
    depends on <choice: Select implementation>
    help
      Link with local mbedTLS sources instead of external library.

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