CONFIG_NRF_CC3XX_PLATFORM
nrf_cc3xx_platform HW crypto library for nRF devices with CryptoCell CC3xx.
Type: bool
Help
This configuration is only available for direct use of nrf_cc3xx_platform
To use, link with nrfxlib_crypto in CMake.
Direct dependencies
CRYPTOCELL_USABLE
&& !BUILD_WITH_TFM
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definition
At <nrfxlib>/crypto/Kconfig:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:12
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Crypto libraries for nRF5x SOCs.
menuconfig NRF_CC3XX_PLATFORM
bool "nrf_cc3xx_platform HW crypto library for nRF devices with CryptoCell CC3xx."
select NRFXLIB_CRYPTO if !BUILD_WITH_TFM
depends on CRYPTOCELL_USABLE && !BUILD_WITH_TFM
help
This configuration is only available for direct use of nrf_cc3xx_platform
To use, link with nrfxlib_crypto in CMake.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)