: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 ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:136`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support .. parsed-literal:: config APP_LINK_WITH_MBEDTLS bool "Link 'app' with MBEDTLS" default y 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'. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*