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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:11
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers
config HW_CC3XX
bool "Arm CC3xx hw driver for Nordic devices"
default y
select NRF_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.)