:orphan: .. title:: CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY .. kconfig:: CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY ################################### *Use mbed TLS library from Nordic provided security backend* Type: ``bool`` Help ==== .. code-block:: none Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. Direct dependencies =================== \ :kconfig:`NORDIC_SECURITY_BACKEND ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/Kconfig.nrf:17`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Select implementation .. code-block:: kconfig config MBEDTLS_LIBRARY_NRF_SECURITY bool "Use mbed TLS library from Nordic provided security backend" depends on NORDIC_SECURITY_BACKEND && help Use external, out-of-tree prebuilt mbedTLS library. For advanced users only. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*