summaryrefslogtreecommitdiffstats
path: root/package/rng-tools/Config.in
blob: 43c5a1c2e5b9454991f928d72d6ca466ca381d90 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_RNG_TOOLS
	bool "rng-tools"
	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
	# For rdrand ligcrypt is required and it's not obvious to users
	select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64
	help
	  Daemon to use hardware random number generators.

	  http://sourceforge.net/projects/gkernel/
OpenPOWER on IntegriCloud