python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / rng-tools / Config.in
blobb00477d336c1af672d113f91c4ac838cbf909c3a
1 config BR2_PACKAGE_RNG_TOOLS
2         bool "rng-tools"
3         depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS || !(BR2_i386 || BR2_x86_64) # libgcrypt
4         select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
5         # For rdrand ligcrypt is required and it's not obvious to users
6         select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64
7         help
8           Daemon to use hardware random number generators.
10           http://sourceforge.net/projects/gkernel/