nuttx/fs/nfs/Kconfig
Alin Jerpelea bca973ac51 License: BSD: NFS client file system
the NFS client file system uses the BSD license and should
be excluded by default

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-08-30 22:39:04 +08:00

25 lines
602 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NFS
bool "NFS client file system"
default n
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
---help---
Enable network file system (NFS) client file system
#if NFS
config NFS_STATISTICS
bool "NFS Statistics"
default n
depends on NFS
---help---
Collect support for NFS statistics. There is no user interface to
obtain these statistics, however. So they would only be of value
if you add debug instrumentation or use a debugger.
#endif