36 lines
716 B
ReStructuredText
36 lines
716 B
ReStructuredText
|
|
.. _CONFIG_RANDOM_GENERATOR:
|
|
|
|
CONFIG_RANDOM_GENERATOR
|
|
#######################
|
|
|
|
|
|
This option signifies that the target uses a real random number
|
|
generator.
|
|
|
|
|
|
|
|
:Symbol: RANDOM_GENERATOR
|
|
:Type: bool
|
|
:Value: "n"
|
|
:User value: (no user value)
|
|
:Visibility: "y"
|
|
:Is choice item: false
|
|
:Is defined: true
|
|
:Is from env.: false
|
|
:Is special: false
|
|
:Prompts:
|
|
|
|
* "Custom random generator"
|
|
:Default values:
|
|
|
|
* n (value: "n")
|
|
* Condition: (none)
|
|
:Selects:
|
|
(no selects)
|
|
:Reverse (select-related) dependencies:
|
|
(no reverse dependencies)
|
|
:Additional dependencies from enclosing menus and ifs:
|
|
(no additional dependencies)
|
|
:Locations:
|
|
* drivers/random/Kconfig:34 |