aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 021d2cf6938a..ee86cfcd6c33 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -64,6 +64,7 @@ config NFS_V4
64 bool "NFS client support for NFS version 4" 64 bool "NFS client support for NFS version 4"
65 depends on NFS_FS 65 depends on NFS_FS
66 select SUNRPC_GSS 66 select SUNRPC_GSS
67 select KEYS
67 help 68 help
68 This option enables support for version 4 of the NFS protocol 69 This option enables support for version 4 of the NFS protocol
69 (RFC 3530) in the kernel's NFS client. 70 (RFC 3530) in the kernel's NFS client.
@@ -130,5 +131,4 @@ config NFS_USE_KERNEL_DNS
130 bool 131 bool
131 depends on NFS_V4 && !NFS_USE_LEGACY_DNS 132 depends on NFS_V4 && !NFS_USE_LEGACY_DNS
132 select DNS_RESOLVER 133 select DNS_RESOLVER
133 select KEYS
134 default y 134 default y