[CIFS] Correct keys dependency for cifs kerberos support

Must also depend on CIFS ...

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2008-08-26 18:22:50 +00:00
parent 3dae49abef
commit e9775843ec

View File

@ -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)