-
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¶
(HAS_HW_NRF_CC310
|| HAS_HW_NRF_CC312
) && !TRUSTED_EXECUTION_NONSECURE
&& !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 selectNRF_CC3XX_PLATFORM
depends on (HAS_HW_NRF_CC310
||HAS_HW_NRF_CC312
) && !TRUSTED_EXECUTION_NONSECURE
&& !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.)