xref: /OK3568_Linux_fs/buildroot/package/libnpth/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNPTH
2*4882a593Smuzhiyun	bool "libnpth"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  nPth is a library to provide the GNU Pth API and thus a
7*4882a593Smuzhiyun	  non-preemptive threads implementation.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://www.gnupg.org/related_software/npth/index.html
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "libnpth needs a toolchain w/ threads support"
12*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
13*4882a593Smuzhiyun	depends on BR2_USE_MMU
14