2010-11-02 20:35:35 +01:00
|
|
|
config BR2_PACKAGE_RNG_TOOLS
|
|
|
|
bool "rng-tools"
|
2019-10-27 07:33:46 +01:00
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS || !(BR2_i386 || BR2_x86_64 || BR2_powerpc64le) # libgcrypt
|
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
|
2019-10-27 07:33:46 +01:00
|
|
|
# For rdrand & darn ligcrypt is required and it's not obvious to users
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64 || BR2_powerpc64le
|
2019-10-22 20:17:32 +02:00
|
|
|
select BR2_PACKAGE_LIBSYSFS
|
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
|
|
|
|
2019-10-30 06:58:50 +01:00
|
|
|
comment "rng-tools needs a toolchain w/ NPTL"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|