xref: /OK3568_Linux_fs/buildroot/package/beecrypt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "beecrypt needs a toolchain w/ threads"
2	depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4config BR2_PACKAGE_BEECRYPT
5	bool "beecrypt"
6	depends on BR2_TOOLCHAIN_HAS_THREADS
7	help
8	  Beecrypt is a general-purpose cryptography library.
9
10	  http://beecrypt.sf.net
11