samples: usb: Software RNG for nRF53

nRF53 application core does not have RNG peripheral.
Software implementation must be used instead.
This patch adds config overlay for hid-cdc nRF5340 sample.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
Emil Obalski 2020-07-14 13:10:20 +02:00 committed by Carles Cufí
parent c0f440a0f1
commit d86c43fbb0

View file

@ -0,0 +1,2 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TIMER_RANDOM_GENERATOR=y