:orphan: .. title:: MBEDTLS_LIBRARY .. option:: CONFIG_MBEDTLS_LIBRARY *Use external mbedTLS library* Type: ``bool`` Help ==== Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support → Select implementation .. parsed-literal:: config MBEDTLS_LIBRARY bool "Use external mbedTLS library" depends on \ :ref:` ` help Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*