CONFIG_HW_CC3XX

Arm CC3xx hw driver for Nordic devices

Type: bool

Help

This option enables the Arm CC3xx hw devices in nRF52840, nRF53, and nRF9160 devices.

Direct dependencies

(SOC_NRF52840 || (SOC_NRF9160 && !SPM) || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE) || (SOC_NRF5340_CPUAPP && !SPM) || (SOC_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE)) && !HW_CC3XX_FORCE_ALT

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <nRF>/drivers/hw_cc310/Kconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:10

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers

menuconfig HW_CC3XX
    bool "Arm CC3xx hw driver for Nordic devices"
    default y
    select NRF_CC3XX_PLATFORM
    depends on (SOC_NRF52840 || (SOC_NRF9160 && !SPM) || (SOC_NRF9160 && TRUSTED_EXECUTION_SECURE) || (SOC_NRF5340_CPUAPP && !SPM) || (SOC_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE)) && !HW_CC3XX_FORCE_ALT
    help
      This option enables the Arm CC3xx hw devices in nRF52840, nRF53, and nRF9160 devices.

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