aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-14 00:47:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-14 00:47:42 +0000
commita27028feaba8abdee2661f024cbec00cda8c6494 (patch)
tree8884f40bd84695b9de63c6eb5a85d2ce074552d7 /nuttx/fs/nfs/Kconfig
parent241c3f86d327886ae5e790875d77f07ed48d98de (diff)
downloadpx4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.tar.gz
px4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.tar.bz2
px4-firmware-a27028feaba8abdee2661f024cbec00cda8c6494.zip
NFS just finished a major weight reduction program
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4838 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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