2010-11-02 20:35:35 +01:00
|
|
|
config BR2_PACKAGE_RNG_TOOLS
|
|
|
|
bool "rng-tools"
|
2019-10-30 06:58:50 +01:00
|
|
|
# pthread_setaffinity_np
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2015-08-08 00:47:13 +02:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2019-10-22 20:17:32 +02:00
|
|
|
select BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
|
|
|
select BR2_PACKAGE_LIBSYSFS
|
2020-03-27 22:46:28 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2010-11-02 20:35:35 +01:00
|
|
|
help
|
|
|
|
Daemon to use hardware random number generators.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/gkernel/
|
2019-10-25 10:39:34 +02:00
|
|
|
|
2020-04-04 23:36:53 +02:00
|
|
|
if BR2_PACKAGE_RNG_TOOLS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RNG_TOOLS_NISTBEACON
|
|
|
|
bool "NIST Entropy Beacon support"
|
|
|
|
select BR2_PACKAGE_JANSSON
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
Enable NIST Entropy Beacon support.
|
|
|
|
|
|
|
|
Entropy gathered from the NIST network entropy beacon. Note
|
|
|
|
that this entropy source is disabled by default as it should
|
|
|
|
never be used for cryptographic purposes, or any use case in
|
|
|
|
which random data should be known only by a single entity.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2019-10-30 06:58:50 +01:00
|
|
|
comment "rng-tools needs a toolchain w/ NPTL"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|