-
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:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <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. → 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 on NRF_CC3XX_PLATFORM
At <nrfxlib>/nrf_security/Kconfig:163
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → 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 on CC3XX_BACKEND && NORDIC_SECURITY_BACKEND
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)