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: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

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

config MBEDTLS_LIBRARY
    bool "Use external mbedTLS library"
    depends on <choice: Select 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.)