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

CONFIG_MBEDTLS_LIBRARY

Use external mbedTLS library

Type: bool

Help

Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.

Direct dependencies

<choice MBEDTLS_IMPLEMENTATION: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At modules/mbedtls/Kconfig:35

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

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

config MBEDTLS_LIBRARY
    bool "Use external mbedTLS library"
    depends on <choice MBEDTLS_IMPLEMENTATION>
    help
      Use external, out-of-tree prebuilt mbedTLS library. For advanced
      users only.

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