11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
config BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
|
bool "libjitterentropy"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Hardware RNG based on CPU timing jitter.
|
|
|
|
https://github.com/smuellerDD/jitterentropy-library
|
|
|
|
comment "libjitterentropy needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|