hardening: Require CONFIG_TIMER_RANDOM_GENERATOR=n

This commit adds the requirement for the `TIMER_RANDOM_GENERATOR`
Kconfig to be set to `n` because it enables timer-based pseudo-random
number generator, which is only intended to be used for testing
purposes.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
This commit is contained in:
Stephanos Ioannidis 2022-12-15 22:37:27 +09:00 committed by Carles Cufí
parent 37c6d52f8c
commit 6bf275a8ca

View File

@ -25,6 +25,7 @@ USE_SEGGER_RTT,n
LOG,n
SHELL,n
TEST_RANDOM_GENERATOR,n
TIMER_RANDOM_GENERATOR,n
ZTEST,n
TEST,n
TEST_SHELL,n

1 HW_STACK_PROTECTION y
25 LOG n
26 SHELL n
27 TEST_RANDOM_GENERATOR n
28 TIMER_RANDOM_GENERATOR n
29 ZTEST n
30 TEST n
31 TEST_SHELL n