2012-04-06 17:49:35 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 17:49:35 +02:00
|
|
|
#
|
2012-04-11 01:01:40 +02:00
|
|
|
|
2012-04-14 20:01:45 +02:00
|
|
|
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
|