:orphan: .. title:: MBEDTLS_INSTALL_PATH .. option:: 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 =================== \ :option:`MBEDTLS_LIBRARY ` && \ :option:`MBEDTLS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:103`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support .. parsed-literal:: config MBEDTLS_INSTALL_PATH string "mbedTLS install path" depends on \ :option:`MBEDTLS_LIBRARY ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*