Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96c2a113 authored by Steve French's avatar Steve French
Browse files

[CIFS] Reorder cifs config item for better clarity



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent e9775843
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -1930,6 +1930,16 @@ config CIFS_WEAK_PW_HASH

	  If unsure, say N.

config CIFS_UPCALL
	  bool "Kerberos/SPNEGO advanced session setup"
	  depends on CIFS && KEYS
	  help
	    Enables an upcall mechanism for CIFS which accesses
	    userspace helper utilities to provide SPNEGO packaged (RFC 4178)
	    Kerberos tickets which are needed to mount to certain secure servers
	    (for which more secure Kerberos authentication is required). If
	    unsure, say N.

config CIFS_XATTR
        bool "CIFS extended attributes"
        depends on CIFS
@@ -1982,16 +1992,6 @@ config CIFS_EXPERIMENTAL
	    (which is disabled by default). See the file fs/cifs/README 
	    for more details.  If unsure, say N.

config CIFS_UPCALL
	  bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
	  depends on CIFS && KEYS
	  help
	    Enables an upcall mechanism for CIFS which accesses
	    userspace helper utilities to provide SPNEGO packaged (RFC 4178)
	    Kerberos tickets which are needed to mount to certain secure servers
	    (for which more secure Kerberos authentication is required). If
	    unsure, say N.

config CIFS_DFS_UPCALL
	  bool "DFS feature support (EXPERIMENTAL)"
	  depends on CIFS_EXPERIMENTAL