-
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 /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/nrf_security/Kconfig:96
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:5
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14
Menu path: (Top) → Modules → 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 onNORDIC_SECURITY_BACKEND
help Enable mbed TLS vanilla backend
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)