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 RNG_GENERATOR_CHOICE: Random generator>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/random/Kconfig:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:46

Menu path: (Top) → Sub Systems and OS Services → Random Number Generators → Random generator

config TIMER_RANDOM_GENERATOR
    bool "System timer clock based number generator"
    depends on TEST_RANDOM_GENERATOR && <choice RNG_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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)