xref: /OK3568_Linux_fs/buildroot/package/haveged/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HAVEGED
2	bool "haveged"
3	depends on BR2_USE_MMU # fork()
4	help
5	  The haveged project is an attempt to provide an easy-to-use,
6	  unpredictable random number generator based upon an adaptation
7	  of the HAVEGE algorithm.
8
9	  http://www.issihosts.com/haveged/
10