diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-08 13:21:38 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-15 00:19:51 -0500 |
commit | e3da87066f950076fe274b58f0d0adc7d9f9d412 (patch) | |
tree | 871295188aaa75d9bb04355cd999b466a19a4770 /fs/nfs/Kconfig | |
parent | d073e9b541e1ac3f52d72c3a153855d9a9ee3278 (diff) | |
download | linux-stable-e3da87066f950076fe274b58f0d0adc7d9f9d412.tar.gz linux-stable-e3da87066f950076fe274b58f0d0adc7d9f9d412.tar.bz2 linux-stable-e3da87066f950076fe274b58f0d0adc7d9f9d412.zip |
NFSv4: The idmapper now depends on keyring functionality
Add the appropriate 'select KEYS' to the NFSv4 Kconfig entry.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r-- | fs/nfs/Kconfig | 2 |
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 bool "NFS client support for NFS version 4" depends on NFS_FS select SUNRPC_GSS + select KEYS help This option enables support for version 4 of the NFS protocol (RFC 3530) in the kernel's NFS client. @@ -130,5 +131,4 @@ config NFS_USE_KERNEL_DNS bool depends on NFS_V4 && !NFS_USE_LEGACY_DNS select DNS_RESOLVER - select KEYS default y |