-
CONFIG_CC310_BACKEND
¶
Use cc310 backend
Type: bool
Help¶
Enable cc310 backend
Direct dependencies¶
(SOC_NRF52840 || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE) || (SOC_NRF9160 && !SPM)) && NORDIC_SECURITY_BACKEND
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At nrf_security/Kconfig:76
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
menuconfig CC310_BACKEND bool "Use cc310 backend" default y selectNRF_CRYPTO_BACKEND_COMBINATION_0
ifMBEDTLS_VANILLA_BACKEND
selectNRF_CC310_PLATFORM
depends on (SOC_NRF52840 || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE) || (SOC_NRF9160 && !SPM)) &&NORDIC_SECURITY_BACKEND
help Enable cc310 backend
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)