:orphan: .. title:: CONFIG_MBEDTLS_BUILTIN .. kconfig:: CONFIG_MBEDTLS_BUILTIN CONFIG_MBEDTLS_BUILTIN ###################### *Use Zephyr in-tree mbedTLS version* *Use Zephyr in-tree mbedTLS version* Type: ``bool`` Help ==== .. code-block:: none Link with mbedTLS sources included with Zephyr distribution. Included mbedTLS version is well integrated with and supported by Zephyr, and the recommended choice for most users. Help ==== .. code-block:: none Link with mbedTLS sources included with Zephyr distribution. Included mbedTLS version is well integrated with and supported by Zephyr, and the recommended choice for most users. Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/mbedtls/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support → Select implementation .. code-block:: kconfig config MBEDTLS_BUILTIN bool "Use Zephyr in-tree mbedTLS version" depends on help Link with mbedTLS sources included with Zephyr distribution. Included mbedTLS version is well integrated with and supported by Zephyr, and the recommended choice for most users. ---- At ``/mbedtls/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support → Select implementation .. code-block:: kconfig config MBEDTLS_BUILTIN bool "Use Zephyr in-tree mbedTLS version" depends on help Link with mbedTLS sources included with Zephyr distribution. Included mbedTLS version is well integrated with and supported by Zephyr, and the recommended choice for most users. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*