-
CONFIG_HW_CC310
¶
Arm CC310 hw driver for Nordic devices
Type: bool
Help¶
This option enables the Arm CC310 hw devices in nRF52840 and nRF9160 devices.
Direct dependencies¶
(SOC_NRF52840
|| (SOC_NRF9160
&& !SPM
) || (SOC_NRF9160
&& TRUSTED_EXECUTION_SECURE
)) && !HW_CC310_FORCE_ALT
(Includes any dependencies from ifs and menus.)
Defaults¶
n if
MCUBOOT
y if
SOC_NRF52840
|| (SOC_NRF9160
&& !SPM
) || (SOC_NRF9160
&&TRUSTED_EXECUTION_SECURE
)
Symbols selected by this symbol¶
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/hw_cc310/Kconfig:22
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:12
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/Kconfig:10
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers
menuconfig HW_CC310 bool "Arm CC310 hw driver for Nordic devices" default n ifMCUBOOT
default y ifSOC_NRF52840
|| (SOC_NRF9160
&& !SPM
) || (SOC_NRF9160
&&TRUSTED_EXECUTION_SECURE
) selectNRF_CC310_PLATFORM
depends on (SOC_NRF52840
|| (SOC_NRF9160
&& !SPM
) || (SOC_NRF9160
&&TRUSTED_EXECUTION_SECURE
)) && !HW_CC310_FORCE_ALT
help This option enables the Arm CC310 hw devices in nRF52840 and nRF9160 devices.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)