:orphan: .. title:: MBEDTLS_BUILTIN .. option:: CONFIG_MBEDTLS_BUILTIN *Use Zephyr in-tree mbedTLS version* Type: ``bool`` 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. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support → Select implementation .. parsed-literal:: config MBEDTLS_BUILTIN bool "Use Zephyr in-tree mbedTLS version" depends on \ :ref:` ` 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.)*