File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1047
1047
// <i> The nRF HW backend provide access to RNG peripheral in nRF5x devices.
1048
1048
//==========================================================
1049
1049
#ifndef NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED
1050
- #define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 0
1050
+ #define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 1
1051
1051
#endif
1052
1052
// <q> NRF_CRYPTO_BACKEND_NRF_HW_RNG_MBEDTLS_CTR_DRBG_ENABLED - Enable mbed TLS CTR-DRBG algorithm.
1053
1053
2921
2921
// <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
2922
2922
//==========================================================
2923
2923
#ifndef NRFX_RNG_ENABLED
2924
- #define NRFX_RNG_ENABLED 0
2924
+ #define NRFX_RNG_ENABLED 1
2925
2925
#endif
2926
2926
// <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
2927
2927
4953
4953
// <e> RNG_ENABLED - nrf_drv_rng - RNG peripheral driver - legacy layer
4954
4954
//==========================================================
4955
4955
#ifndef RNG_ENABLED
4956
- #define RNG_ENABLED 0
4956
+ #define RNG_ENABLED 1
4957
4957
#endif
4958
4958
// <q> RNG_CONFIG_ERROR_CORRECTION - Error correction
4959
4959
6848
6848
// <e> NRF_QUEUE_ENABLED - nrf_queue - Queue module
6849
6849
//==========================================================
6850
6850
#ifndef NRF_QUEUE_ENABLED
6851
- #define NRF_QUEUE_ENABLED 0
6851
+ #define NRF_QUEUE_ENABLED 1
6852
6852
#endif
6853
6853
// <q> NRF_QUEUE_CLI_CMDS - Enable CLI commands specific to the module
6854
6854
You can’t perform that action at this time.
0 commit comments