mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
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>
This commit is contained in:
parent
d073e9b541
commit
e3da87066f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user