2012-04-06 15:49:35 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 15:49:35 +00:00
|
|
|
#
|
2012-04-10 23:01:40 +00:00
|
|
|
|
2012-04-14 18:01:45 +00:00
|
|
|
config NFS
|
|
|
|
bool "NFS client file system"
|
|
|
|
default n
|
2015-02-25 08:43:25 -06:00
|
|
|
depends on NET_UDP && !DISABLE_MOUNTPOINT
|
2013-11-15 09:49:27 -06:00
|
|
|
select FS_READABLE
|
|
|
|
select FS_WRITABLE
|
2012-04-14 18:01:45 +00:00
|
|
|
---help---
|
|
|
|
Enable network file system (NFS) client file system
|
|
|
|
|
|
|
|
#if NFS
|
|
|
|
|
2012-06-14 00:47:42 +00:00
|
|
|
config NFS_STATISTICS
|
|
|
|
bool "NFS Stastics"
|
2012-04-14 18:01:45 +00:00
|
|
|
default n
|
|
|
|
depends on NFS
|
|
|
|
---help---
|
2012-06-14 00:47:42 +00:00
|
|
|
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.
|
2012-04-14 18:01:45 +00:00
|
|
|
|
2012-06-14 00:47:42 +00:00
|
|
|
#endif
|