:orphan: .. title:: APP_LINK_WITH_MBEDTLS .. option:: CONFIG_APP_LINK_WITH_MBEDTLS *Link 'app' with MBEDTLS* *Link 'app' with MBEDTLS* Type: ``bool`` Help ==== .. code-block:: none 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'. Help ==== .. code-block:: none 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 ` || (\ :option:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/mbedtls/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support .. code-block:: kconfig config APP_LINK_WITH_MBEDTLS bool "Link 'app' with MBEDTLS" default y depends on 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'. ---- At ``/mbedtls/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config APP_LINK_WITH_MBEDTLS bool "Link 'app' with MBEDTLS" default y depends on MBEDTLS && 0 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.)*