-
CONFIG_HW_CC3XX_INTERRUPT
¶
Use interrupt version of nrf cc3xx platform library
Use interrupt version of nrf cc3xx platform and crypto libraries
Type: bool
Direct dependencies¶
NRF_CC3XX_PLATFORM
|| (CC3XX_BACKEND
&& NORDIC_SECURITY_BACKEND
)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definitions¶
At <nrfxlib>/crypto/Kconfig:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:12
Menu path: (Top) → Modules → Nordic nrfxlib → Crypto libraries for nRF5x SOCs. → nrf_cc3xx_platform HW crypto library for nRF devices with CryptoCell CC3xx.
config HW_CC3XX_INTERRUPT bool "Use interrupt version of nrf cc3xx platform library" if !(CC3XX_BACKEND
||NRF_CC310_BL
) depends onNRF_CC3XX_PLATFORM
At <nrfxlib>/nrf_security/Kconfig:132
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 → Use cc3xx backend
config HW_CC3XX_INTERRUPT bool "Use interrupt version of nrf cc3xx platform and crypto libraries" depends onCC3XX_BACKEND
&&NORDIC_SECURITY_BACKEND
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)