The latest development version of this page may be more current than this released 1.14.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 if’s and menus.)

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:13ext/lib/crypto/Kconfig:10

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → Select implementation

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

(Definitions include propagated dependencies, including from if’s and menus.)