-
CONFIG_MBEDTLS_VANILLA_BACKEND
¶
Use Original mbed TLS backend
Type: bool
Help¶
Enable Original mbed TLS backend This backend uses unaltered source code from the Arm mbed TLS project.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:144
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend
config MBEDTLS_VANILLA_BACKEND
bool "Use Original mbed TLS backend"
depends on NORDIC_SECURITY_BACKEND
help
Enable Original mbed TLS backend
This backend uses unaltered source code from the Arm mbed TLS project.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)