-
CONFIG_X86_TSC_RANDOM_GENERATOR
¶
x86 timestamp counter based number generator
Type: bool
Help¶
This options enables number generator based on timestamp counter of x86 boards, obtained with rdtsc instruction.
Direct dependencies¶
TEST_RANDOM_GENERATOR
&& X86
&& <choice: Random generator>
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At subsys/random/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:30
Menu path: (top menu) → Random generator
config X86_TSC_RANDOM_GENERATOR bool prompt "x86 timestamp counter based number generator" ifTEST_RANDOM_GENERATOR
&&X86
&& <choice: Random generator> depends onTEST_RANDOM_GENERATOR
&&X86
&& <choice: Random generator> help This options enables number generator based on timestamp counter of x86 boards, obtained with rdtsc instruction.
(Definitions include propagated dependencies, including from if’s and menus.)