You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
555 B
25 lines
555 B
13 years ago
|
#
|
||
|
# 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
|