:orphan: .. title:: ENTROPY_CC310 .. option:: CONFIG_ENTROPY_CC310 *Arm CC310 RNG driver for Nordic devices* Type: ``bool`` Help ==== This option enables the Arm CC310 RNG devices in nRF52840 and nRF9160 devices. This is dependent on CC310 being enabled in nrf_security. Direct dependencies =================== (\ :option:`HW_CC310 ` || (\ :option:`SOC_NRF9160 ` && \ :option:`SPM `)) && \ :option:`ENTROPY_GENERATOR ` && !\ :option:`BT_LL_SW_LEGACY ` && !\ :option:`BT_LLL_VENDOR_NORDIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`ENTROPY_HAS_DRIVER ` - \ :option:`ENTROPY_NRF_FORCE_ALT ` Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/entropy/Kconfig:8`` 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:9`` Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers .. parsed-literal:: config ENTROPY_CC310 bool "Arm CC310 RNG driver for Nordic devices" default y select \ :option:`ENTROPY_HAS_DRIVER ` select \ :option:`ENTROPY_NRF_FORCE_ALT ` depends on (\ :option:`HW_CC310 ` || (\ :option:`SOC_NRF9160 ` && \ :option:`SPM `)) && \ :option:`ENTROPY_GENERATOR ` && !\ :option:`BT_LL_SW_LEGACY ` && !\ :option:`BT_LLL_VENDOR_NORDIC ` help This option enables the Arm CC310 RNG devices in nRF52840 and nRF9160 devices. This is dependent on CC310 being enabled in nrf_security. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*