xref: /OK3568_Linux_fs/buildroot/package/libnfs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNFS
2*4882a593Smuzhiyun	bool "libnfs"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  nfs userspace implementation.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  http://github.com/sahlberg/libnfs
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuncomment "libnfs needs a toolchain w/ threads"
11*4882a593Smuzhiyun	depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
12