Skip to content

Commit

Permalink
[CIFS] Correct keys dependency for cifs kerberos support
Browse files Browse the repository at this point in the history
Must also depend on CIFS ...

Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Aug 26, 2008
1 parent 3dae49a commit e977584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e977584

Please sign in to comment.