-
choice CC3XX_LOCK_VARIANT: CC3XX lock variant
CC3XX lock variant
Type: bool
Direct dependencies¶
NET_L2_OPENTHREAD
|| NRF_CC3XX_PLATFORM
(Includes any dependencies from ifs and menus.)
Defaults¶
Choice options¶
Kconfig definitions¶
At <nRF>/subsys/net/openthread/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:18
→ <nRF>/subsys/net/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → OpenThread
choice CC3XX_LOCK_VARIANT
bool
default CC3XX_ATOMIC_LOCK if SOC_NRF52840
default CC3XX_HW_MUTEX_LOCK if SOC_NRF5340_CPUAPP
depends on NET_L2_OPENTHREAD
At <nrfxlib>/crypto/Kconfig:58
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.
choice CC3XX_LOCK_VARIANT
bool "CC3XX lock variant"
default CC3XX_MUTEX_LOCK
depends on NRF_CC3XX_PLATFORM
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)