2019-10-22 20:17:31 +02:00
|
|
|
config BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
|
|
|
bool "libjitterentropy"
|
2022-01-06 23:30:39 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-10-22 20:17:31 +02:00
|
|
|
help
|
|
|
|
Hardware RNG based on CPU timing jitter.
|
|
|
|
|
|
|
|
https://github.com/smuellerDD/jitterentropy-library
|
2022-01-06 23:30:39 +01:00
|
|
|
|
|
|
|
comment "libjitterentropy needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|