summaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2008-08-26 18:22:50 +0000
committerSteve French <sfrench@us.ibm.com>2008-08-26 18:22:50 +0000
commite9775843ecb039318dbc9ded6da9c762bff28a0b (patch)
treebec4be16ee1d25e42d44051fedcd4bf570f48f5d /fs/Kconfig
parent3dae49abef945c55c10fa7c479cfd8fd13af55db (diff)
[CIFS] Correct keys dependency for cifs kerberos support
Must also depend on CIFS ... Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f0427105a61..3fab3901e0e 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1984,7 +1984,7 @@ config CIFS_EXPERIMENTAL
config CIFS_UPCALL
bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
- depends on KEYS
+ depends on CIFS && KEYS
help
Enables an upcall mechanism for CIFS which accesses
userspace helper utilities to provide SPNEGO packaged (RFC 4178)