-
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.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At ext/lib/crypto/mbedtls/Kconfig:108
Included via Kconfig:10
→ Kconfig.zephyr:41
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:10
Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support
config MBEDTLS_INSTALL_PATH string prompt "mbedTLS install path" ifMBEDTLS_LIBRARY
&&MBEDTLS
depends onMBEDTLS_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.)