:orphan: .. title:: APP_LINK_WITH_MBEDTLS .. option:: 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'. Direct dependencies =================== \ :option:`MBEDTLS ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`MBEDTLS ` Kconfig definition ================== .. highlight:: kconfig At ``ext/lib/crypto/mbedtls/Kconfig:140`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:41`` → ``ext/Kconfig:13`` → ``ext/lib/crypto/Kconfig:10`` Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support .. parsed-literal:: config APP_LINK_WITH_MBEDTLS bool prompt "Link 'app' with MBEDTLS" if \ :option:`MBEDTLS ` default "y" if \ :option:`MBEDTLS ` depends on \ :option:`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.)*