diff options
author | Steve French <sfrench@us.ibm.com> | 2008-08-26 14:22:50 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-08-26 14:22:50 -0400 |
commit | e9775843ecb039318dbc9ded6da9c762bff28a0b (patch) | |
tree | bec4be16ee1d25e42d44051fedcd4bf570f48f5d /fs | |
parent | 3dae49abef945c55c10fa7c479cfd8fd13af55db (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')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f0427105a619..3fab3901e0ef 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1984,7 +1984,7 @@ config CIFS_EXPERIMENTAL | |||
1984 | 1984 | ||
1985 | config CIFS_UPCALL | 1985 | config CIFS_UPCALL |
1986 | bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" | 1986 | bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" |
1987 | depends on KEYS | 1987 | depends on CIFS && KEYS |
1988 | help | 1988 | help |
1989 | Enables an upcall mechanism for CIFS which accesses | 1989 | Enables an upcall mechanism for CIFS which accesses |
1990 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | 1990 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) |