1config BR2_PACKAGE_JITTERENTROPY_LIBRARY 2 bool "libjitterentropy" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 Hardware RNG based on CPU timing jitter. 6 7 https://github.com/smuellerDD/jitterentropy-library 8 9comment "libjitterentropy needs a toolchain w/ threads" 10 depends on !BR2_TOOLCHAIN_HAS_THREADS 11