2010-11-02 20:35:35 +01:00
|
|
|
config BR2_PACKAGE_RNG_TOOLS
|
|
|
|
bool "rng-tools"
|
2017-01-11 17:19:50 +01:00
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS || !(BR2_i386 || BR2_x86_64) # libgcrypt
|
2015-08-08 00:47:13 +02:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2014-11-26 20:01:18 +01:00
|
|
|
# For rdrand ligcrypt is required and it's not obvious to users
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64
|
2010-11-02 20:35:35 +01:00
|
|
|
help
|
|
|
|
Daemon to use hardware random number generators.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/gkernel/
|