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:
parent
37c6d52f8c
commit
6bf275a8ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user