package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / nfs-utils / Config.in
blob1273092775707708b1feab3c1503833bef109a0a
1 comment "nfs-utils needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_NFS_UTILS
6         bool "nfs-utils"
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind
8         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
9         select BR2_PACKAGE_RPCBIND # runtime
10         depends on BR2_USE_MMU # fork()
11         help
12           The NFS Linux kernel server.
14           http://sourceforge.net/projects/nfs
16 if BR2_PACKAGE_NFS_UTILS
18 menu "NFS utilities selection"
20 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
21         bool "rpcdebug"
22         help
23           The RPC debugging utility
25 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
26         bool "rpc.lockd"
27         help
28           NFS lock manager for Linux kernels older than 2.4
30 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
31         bool "rpc.rquotad"
32         help
33           NFS remote quota server
35 endmenu
37 endif