kumquat-buildroot/package/jitterentropy-library/Config.in

11 lines
306 B
Plaintext
Raw Normal View History

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