cleanup inlines
[buildroot.git] / package / nfs-utils / Config.in
blobec2e512a63ce65b81d4306a3619a7b28e5e56111
1 config BR2_PACKAGE_NFS_UTILS
2         bool "nfs-utils"
3         default n
4         help
5           The NFS Linux kernel server.
6           Warning: We do not force largefile support on here on purpose.
7           Enable it yourself if you want to access big exports!
9           http://sourceforge.net/projects/nfs
11 menu "NFS utilities selection"
12         depends on BR2_PACKAGE_NFS_UTILS
14 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
15         bool "rpcdebug"
16         default n
17         depends on BR2_PACKAGE_NFS_UTILS
18         help
19           The RPC debugging utility
21 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
22         bool "rpc.lockd"
23         default n
24         depends on BR2_PACKAGE_NFS_UTILS
25         help
26           NFS lock manager for Linux kernels older than 2.4
28 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
29         bool "rpc.rquotad"
30         default n
31         depends on BR2_PACKAGE_NFS_UTILS
32         help
33           NFS remote quota server
35 endmenu