aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/Kconfig')
-rw-r--r--nuttx/fs/nfs/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
deleted file mode 100644
index 3838efffa..000000000
--- a/nuttx/fs/nfs/Kconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-config NFS
- bool "NFS client file system"
- default n
- depends on NET && !DISABLE_MOUNTPOINT
- ---help---
- Enable network file system (NFS) client file system
-
-#if NFS
-
-config NFS_STATISTICS
- bool "NFS Stastics"
- 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