From 9dc0086d0f325c7f4060bc3df5d3fc54b3b81d20 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 00:47:42 +0000 Subject: [PATCH] NFS just finished a major weight reduction program git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4838 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index 56659fe36f..692c7792e7 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -647,6 +647,11 @@ defconfig -- This is a configuration file similar to the Linux and making it available for re-use (and possible over-wear). Default: 8192. CONFIG_FS_ROMFS - Enable ROMFS filesystem support + CONFIG_NFS - Enable Network File System (NFS) client file system support. + Provided support is version 3 using UDP. In addition to common + prerequisites for mount-able file systems in general, this option + requires UDP networking support; this would include CONFIG_NETand + CONFIG_NET_UDP at a minimum. CONFIG_FS_RAMMAP - For file systems that do not support XIP, this option will enable a limited form of memory mapping that is implemented by copying whole files into memory.