CONFIG_CC3XX_MUTEX_LOCK

Use mutex variables for mutually exclusive access to CC3XX resources

Type: bool

Help

Enables exclusive access to the ARM CryptoCell hardware using an RTOS
mutex that has priority inheritance. The mutex lock is safe across threads
and/or interrupts with different priority. Using an RTOS mutex comes
at a cost of lower performance.

Direct dependencies

<choice CC3XX_LOCK_VARIANT: CC3XX lock variant>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nrfxlib>/crypto/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:86<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. → CC3XX lock variant

config CC3XX_MUTEX_LOCK
    bool "Use mutex variables for mutually exclusive access to CC3XX resources"
    depends on <choice CC3XX_LOCK_VARIANT>
    help
      Enables exclusive access to the ARM CryptoCell hardware using an RTOS
      mutex that has priority inheritance. The mutex lock is safe across threads
      and/or interrupts with different priority. Using an RTOS mutex comes
      at a cost of lower performance.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)