]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/nfs-utils/Config.in
nfs-utils: needs mmu
[coffee/buildroot.git] / package / nfs-utils / Config.in
1 config BR2_PACKAGE_NFS_UTILS
2         bool "nfs-utils"
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         depends on BR2_LARGEFILE
6         depends on BR2_USE_MMU # fork()
7         help
8           The NFS Linux kernel server.
9           Warning: We do not force largefile support on here on purpose.
10           Enable it yourself if you want to access big exports!
11
12           http://sourceforge.net/projects/nfs
13
14 comment "nfs-utils requires a toolchain with LARGEFILE and threading support"
15         depends on !BR2_LARGEFILE || \
16                 !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
17
18 menu "NFS utilities selection"
19         depends on BR2_PACKAGE_NFS_UTILS
20
21 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
22         bool "rpcdebug"
23         depends on BR2_PACKAGE_NFS_UTILS
24         help
25           The RPC debugging utility
26
27 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
28         bool "rpc.lockd"
29         depends on BR2_PACKAGE_NFS_UTILS
30         help
31           NFS lock manager for Linux kernels older than 2.4
32
33 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
34         bool "rpc.rquotad"
35         depends on BR2_PACKAGE_NFS_UTILS
36         help
37           NFS remote quota server
38
39 endmenu