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

mbedTLS install path

Type: string

Help

This option holds the path where the mbedTLS libraries and headers are installed. Make sure this option is properly set when MBEDTLS_LIBRARY is enabled otherwise the build will fail.

Direct dependencies

MBEDTLS_LIBRARY && MBEDTLS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

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

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

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

config MBEDTLS_INSTALL_PATH
    string
    prompt "mbedTLS install path" if MBEDTLS_LIBRARY && MBEDTLS
    depends on MBEDTLS_LIBRARY && MBEDTLS
    help
      This option holds the path where the mbedTLS libraries and headers are
      installed. Make sure this option is properly set when MBEDTLS_LIBRARY
      is enabled otherwise the build will fail.

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