-
CONFIG_MBEDTLS_VANILLA_BACKEND
¶
Use mbed TLS backend
Type: bool
Help¶
Enable mbed TLS vanilla backend
Default¶
y if !(SOC_NRF52840 || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE))
Kconfig definition¶
At nrf_security/Kconfig:96
Included via /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14
Menu path: (Top) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend
config MBEDTLS_VANILLA_BACKEND
bool "Use mbed TLS backend"
default y if !(SOC_NRF52840 || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE))
depends on NORDIC_SECURITY_BACKEND
help
Enable mbed TLS vanilla backend
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)