CONFIG_CC312_BACKEND
(No prompt – not directly user assignable.)
Type: bool
Help
Convenience configuration to state explicitly that CryptoCell CC312 is enabled.
Direct dependencies
CRYPTOCELL_CC312_USABLE
&& !BUILD_WITH_TFM
&& (PSA_CRYPTO_DRIVER_CC3XX
|| CC3XX_BACKEND
) && MBEDTLS_LEGACY_CRYPTO_C
&& NRF_SECURITY
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nrfxlib>/nrf_security/Kconfig.legacy:278
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:13
→ <nrfxlib>/nrf_security/Kconfig:111
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module → Legacy mbed TLS crypto APIs → Enable (legacy) mbed TLS crypto APIs
config CC312_BACKEND
bool
default y
depends on CRYPTOCELL_CC312_USABLE && !BUILD_WITH_TFM && (PSA_CRYPTO_DRIVER_CC3XX || CC3XX_BACKEND) && MBEDTLS_LEGACY_CRYPTO_C && NRF_SECURITY
help
Convenience configuration to state explicitly that CryptoCell CC312 is enabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)