-
CONFIG_ENTROPY_CC3XX
¶
Arm CC3XX RNG driver for Nordic devices
Type: bool
Help¶
This option enables the Arm CC3xx RNG devices in nRF52840, nRF5340, and nRF9160 devices. This is dependent on CC3xx being enabled in nrf_security.
Direct dependencies¶
(HW_CC3XX
|| (SOC_NRF9160
&& SPM
) || (SOC_NRF5340_CPUAPP
&& SPM
)) && ENTROPY_GENERATOR
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/drivers/entropy/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:27
→ <nRF>/drivers/Kconfig:9
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers
config ENTROPY_CC3XX bool "Arm CC3XX RNG driver for Nordic devices" default y selectENTROPY_HAS_DRIVER
depends on (HW_CC3XX
|| (SOC_NRF9160
&&SPM
) || (SOC_NRF5340_CPUAPP
&&SPM
)) &&ENTROPY_GENERATOR
help This option enables the Arm CC3xx RNG devices in nRF52840, nRF5340, and nRF9160 devices. This is dependent on CC3xx being enabled in nrf_security.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)