6f91f97939
The `TEST_RANDOM_GENERATOR` Kconfig symbol indicates that a non-random number generator (i.e. a random number generator that is not truly random) is _allowed_ to be used for testing purposes, and not necessarily that a non-random number generator is _selected_ -- that is indicated by the `RNG_GENERATOR_CHOICE` choices that depend on `TEST_RANDOM_GENERATOR` (i.e. only `TIMER_RANDOM_GENERATOR` as of now). This commit updates the `TEST_RANDOM_GENERATOR` Kconfig symbol description to reflect and clarify that. It also removes the `TEST_RANDOM_GENERATOR`'s dependency on `ENTROPY_HAS_DRIVER` because the act of _allowing_ a non-random number generator to be used does not depend on the availability of an entropy driver -- when an entropy driver is available, by default, the `ENTROPY_DEVICE_RANDOM_GENERATOR` will be selected; otherwise, `TIMER_RANDOM_GENERATOR`, a non-random generator, will be selected. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no> |
||
---|---|---|
.. | ||
_doxygen | ||
_extensions/zephyr | ||
_scripts | ||
_static | ||
_templates | ||
build | ||
connectivity | ||
contribute | ||
develop | ||
hardware | ||
images | ||
introduction | ||
kernel | ||
project | ||
releases | ||
security | ||
services | ||
templates | ||
404.rst | ||
CMakeLists.txt | ||
conf.py | ||
glossary.rst | ||
index-tex.rst | ||
index.rst | ||
kconfig.rst | ||
known-warnings.txt | ||
LICENSING.rst | ||
Makefile | ||
substitutions.txt | ||
zephyr.doxyfile.in |