CONFIG_MBEDTLS_PSA_CRYPTO_C

Enable PSA API support

Type: bool

Help

Enables the usage of the PSA APIs in mbed TLS.
Corresponds to MBEDTLS_PSA_CRYPTO_C setting in mbed TLS config file.

Direct dependencies

NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <nrfxlib>/nrf_security/Kconfig:1689

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:62<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend

config MBEDTLS_PSA_CRYPTO_C
    bool "Enable PSA API support"
    default y if BUILD_WITH_TFM
    depends on NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
    help
      Enables the usage of the PSA APIs in mbed TLS.
      Corresponds to MBEDTLS_PSA_CRYPTO_C setting in mbed TLS config file.

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