CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY

Use mbed TLS library from Nordic provided security backend

Type: bool

Help

Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.

Direct dependencies

NORDIC_SECURITY_BACKEND && <choice MBEDTLS_IMPLEMENTATION: Select implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/Kconfig.nrf:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/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

config MBEDTLS_LIBRARY_NRF_SECURITY
    bool "Use mbed TLS library from Nordic provided security backend"
    depends on NORDIC_SECURITY_BACKEND && <choice MBEDTLS_IMPLEMENTATION>
    help
      Use external, out-of-tree prebuilt mbedTLS library. For advanced
      users only.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)