-
CONFIG_MBEDTLS_VANILLA_BACKEND
¶
Use mbed TLS backend
Type: bool
Help¶
Enable mbed TLS vanilla backend
Defaults¶
- “y” if !(
SOC_NRF52840
||SOC_NRF9160
) &&NORDIC_SECURITY_BACKEND
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:7
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrfxlib/Kconfig.nrfxlib:13
Menu path: (top menu) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend
config MBEDTLS_VANILLA_BACKEND bool prompt "Use mbed TLS backend" ifNORDIC_SECURITY_BACKEND
default "y" if !(SOC_NRF52840
||SOC_NRF9160
) &&NORDIC_SECURITY_BACKEND
depends onNORDIC_SECURITY_BACKEND
help Enable mbed TLS vanilla backend
(Definitions include propagated dependencies, including from if’s and menus.)