-
CONFIG_APP_LINK_WITH_MBEDTLS
¶
Link ‘app’ with MBEDTLS
Type: bool
Help¶
Add MBEDTLS header files to the ‘app’ include path. It may be disabled if the include paths for MBEDTLS are causing aliasing issues for ‘app’.
Kconfig definition¶
At ext/lib/crypto/mbedtls/Kconfig:140
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:10
Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support
config APP_LINK_WITH_MBEDTLS bool prompt "Link 'app' with MBEDTLS" ifMBEDTLS
&&MBEDTLS
default "y" ifMBEDTLS
&&MBEDTLS
depends onMBEDTLS
&&MBEDTLS
help Add MBEDTLS header files to the 'app' include path. It may be disabled if the include paths for MBEDTLS are causing aliasing issues for 'app'.
(Definitions include propagated dependencies, including from if’s and menus.)