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.
30 lines
616 B
30 lines
616 B
# |
|
# 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_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 |