summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 18:01:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 18:01:45 +0000
commit5a84bb395dd15c5c333b26a588de89eb497f0b83 (patch)
tree7cfd8a97b3c64085305b3c66c8c63a0ea4cde77a /nuttx/fs/nfs/Kconfig
parent5be92238b23c3933a3dc29a686d0f473c77a3e58 (diff)
downloadpx4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.tar.gz
px4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.tar.bz2
px4-nuttx-5a84bb395dd15c5c333b26a588de89eb497f0b83.zip
Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/Kconfig')
-rw-r--r--nuttx/fs/nfs/Kconfig26
1 files changed, 25 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
index 88a562cb3..841b1ab8e 100644
--- a/nuttx/fs/nfs/Kconfig
+++ b/nuttx/fs/nfs/Kconfig
@@ -3,4 +3,28 @@
# see misc/tools/kconfig-language.txt.
#
-comment "Network file system (NFS) client file system"
+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_TCPIP
+ bool "TCP/IP RPC support"
+ 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.
+
+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