:orphan: .. title:: CONFIG_MBEDTLS_LIBRARY .. kconfig:: CONFIG_MBEDTLS_LIBRARY CONFIG_MBEDTLS_LIBRARY ###################### *Use external mbedTLS library* *Use external mbedTLS library* Type: ``bool`` Help ==== .. code-block:: none Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. Help ==== .. code-block:: none Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/mbedtls/Kconfig:35`` 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_LIBRARY bool "Use external mbedTLS library" depends on help Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. ---- At ``/mbedtls/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support → Select implementation .. code-block:: kconfig config MBEDTLS_LIBRARY bool "Use external mbedTLS library" depends on help Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*