:orphan: .. title:: MBEDTLS_VANILLA_BACKEND .. option:: CONFIG_MBEDTLS_VANILLA_BACKEND *Use mbed TLS backend* Type: ``bool`` Help ==== Enable mbed TLS vanilla backend Direct dependencies =================== \ :option:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if !(\ :option:`SOC_NRF52840 ` || \ :option:`SOC_NRF9160 `) && \ :option:`NORDIC_SECURITY_BACKEND ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config MBEDTLS_VANILLA_BACKEND bool prompt "Use mbed TLS backend" if \ :option:`NORDIC_SECURITY_BACKEND ` default "y" if !(\ :option:`SOC_NRF52840 ` || \ :option:`SOC_NRF9160 `) && \ :option:`NORDIC_SECURITY_BACKEND ` depends on \ :option:`NORDIC_SECURITY_BACKEND ` help Enable mbed TLS vanilla backend *(Definitions include propagated dependencies, including from if's and menus.)*