Skip to content

Commit

Permalink
[nrf noup] Replace XOROSHIRO_RANDOM_GENERATOR
Browse files Browse the repository at this point in the history
It has been deprecated and the correct one to use now is
XOSHIRO_RANDOM_GENERATOR.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic authored and nordicjm committed Jan 5, 2024
1 parent 496275a commit 11b57f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ choice OPENTHREAD_SECURITY
endchoice

choice RNG_GENERATOR_CHOICE
default XOROSHIRO_RANDOM_GENERATOR if SOC_SERIES_NRF53X
default XOSHIRO_RANDOM_GENERATOR if SOC_SERIES_NRF53X
endchoice

config OBERON_BACKEND
Expand Down

0 comments on commit 11b57f9

Please sign in to comment.