-
CONFIG_TIMER_RANDOM_GENERATOR
¶
System timer clock based number generator
Type: bool
Help¶
This options enables number generator based on system timer clock. This number generator is not random and used for testing only.
Direct dependencies¶
TEST_RANDOM_GENERATOR
&& <choice: Random generator>
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At subsys/random/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:32
Menu path: (top menu) → Random generator
config TIMER_RANDOM_GENERATOR bool prompt "System timer clock based number generator" ifTEST_RANDOM_GENERATOR
&& <choice: Random generator> depends onTEST_RANDOM_GENERATOR
&& <choice: Random generator> help This options enables number generator based on system timer clock. This number generator is not random and used for testing only.
(Definitions include propagated dependencies, including from if’s and menus.)