Commit e3da8706 authored by Trond Myklebust's avatar Trond Myklebust

NFSv4: The idmapper now depends on keyring functionality

Add the appropriate 'select KEYS' to the NFSv4 Kconfig entry.
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent d073e9b5
...@@ -64,6 +64,7 @@ config NFS_V4 ...@@ -64,6 +64,7 @@ config NFS_V4
bool "NFS client support for NFS version 4" bool "NFS client support for NFS version 4"
depends on NFS_FS depends on NFS_FS
select SUNRPC_GSS select SUNRPC_GSS
select KEYS
help help
This option enables support for version 4 of the NFS protocol This option enables support for version 4 of the NFS protocol
(RFC 3530) in the kernel's NFS client. (RFC 3530) in the kernel's NFS client.
...@@ -130,5 +131,4 @@ config NFS_USE_KERNEL_DNS ...@@ -130,5 +131,4 @@ config NFS_USE_KERNEL_DNS
bool bool
depends on NFS_V4 && !NFS_USE_LEGACY_DNS depends on NFS_V4 && !NFS_USE_LEGACY_DNS
select DNS_RESOLVER select DNS_RESOLVER
select KEYS
default y default y
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment