summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/Kconfig')
-rw-r--r--nuttx/fs/nfs/Kconfig18
1 files changed, 6 insertions, 12 deletions
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
index 841b1ab8e..3838efffa 100644
--- a/nuttx/fs/nfs/Kconfig
+++ b/nuttx/fs/nfs/Kconfig
@@ -12,19 +12,13 @@ config NFS
#if NFS
-config NFS_TCPIP
- bool "TCP/IP RPC support"
+config NFS_STATISTICS
+ bool "NFS Stastics"
default n
depends on NFS
---help---
- By default, NFS uses a UDP RPC protocol. Enable this option to
- build in support for a TCP/IP-based RPC.
+ 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.
-config NFS_UNIX_AUTH
- bool "NFS Unix authentication"
- default n
- depends on NFS
- ---help---
- Build in support for Unix-style authentication.
-
-#endif \ No newline at end of file
+#endif