Commit e9775843 authored by Steve French's avatar Steve French

[CIFS] Correct keys dependency for cifs kerberos support

Must also depend on CIFS ...
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 3dae49ab
...@@ -1984,7 +1984,7 @@ config CIFS_EXPERIMENTAL ...@@ -1984,7 +1984,7 @@ config CIFS_EXPERIMENTAL
config CIFS_UPCALL config CIFS_UPCALL
bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
depends on KEYS depends on CIFS && KEYS
help help
Enables an upcall mechanism for CIFS which accesses Enables an upcall mechanism for CIFS which accesses
userspace helper utilities to provide SPNEGO packaged (RFC 4178) userspace helper utilities to provide SPNEGO packaged (RFC 4178)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment