NRF52840: enable TRNG in Nordic SDK config

pull/11110/head
Ben Cooke 2019-07-19 13:24:12 -05:00 committed by Evelyne Donnaes
parent ecb444b989
commit 30e747760a
1 changed files with 4 additions and 4 deletions

View File

@ -1047,7 +1047,7 @@
// <i> The nRF HW backend provide access to RNG peripheral in nRF5x devices. // <i> The nRF HW backend provide access to RNG peripheral in nRF5x devices.
//========================================================== //==========================================================
#ifndef NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED #ifndef NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED
#define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 0 #define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 1
#endif #endif
// <q> NRF_CRYPTO_BACKEND_NRF_HW_RNG_MBEDTLS_CTR_DRBG_ENABLED - Enable mbed TLS CTR-DRBG algorithm. // <q> NRF_CRYPTO_BACKEND_NRF_HW_RNG_MBEDTLS_CTR_DRBG_ENABLED - Enable mbed TLS CTR-DRBG algorithm.
@ -2921,7 +2921,7 @@
// <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver // <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
//========================================================== //==========================================================
#ifndef NRFX_RNG_ENABLED #ifndef NRFX_RNG_ENABLED
#define NRFX_RNG_ENABLED 0 #define NRFX_RNG_ENABLED 1
#endif #endif
// <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction // <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
@ -4953,7 +4953,7 @@
// <e> RNG_ENABLED - nrf_drv_rng - RNG peripheral driver - legacy layer // <e> RNG_ENABLED - nrf_drv_rng - RNG peripheral driver - legacy layer
//========================================================== //==========================================================
#ifndef RNG_ENABLED #ifndef RNG_ENABLED
#define RNG_ENABLED 0 #define RNG_ENABLED 1
#endif #endif
// <q> RNG_CONFIG_ERROR_CORRECTION - Error correction // <q> RNG_CONFIG_ERROR_CORRECTION - Error correction
@ -6848,7 +6848,7 @@
// <e> NRF_QUEUE_ENABLED - nrf_queue - Queue module // <e> NRF_QUEUE_ENABLED - nrf_queue - Queue module
//========================================================== //==========================================================
#ifndef NRF_QUEUE_ENABLED #ifndef NRF_QUEUE_ENABLED
#define NRF_QUEUE_ENABLED 0 #define NRF_QUEUE_ENABLED 1
#endif #endif
// <q> NRF_QUEUE_CLI_CMDS - Enable CLI commands specific to the module // <q> NRF_QUEUE_CLI_CMDS - Enable CLI commands specific to the module