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

Enable mbedTLS external library

Type: bool

Help

This option enables mbedTLS library.

Direct dependencies

<choice: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At modules/Kconfig.mbedtls:22

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

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

config MBEDTLS_LIBRARY
    bool "Enable mbedTLS external library"
    depends on <choice: Select implementation>
    help
      This option enables mbedTLS library.

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