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