cifs: Simplify SMB2 and SMB311 dependencies
* CIFS_SMB2 depends on CIFS, which depends on INET and selects NLS. So these dependencies do not need to be repeated for CIFS_SMB2. * CIFS_SMB311 depends on CIFS_SMB2, which depends on INET. So this dependency doesn't need to be repeated for CIFS_SMB311. Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Steve French <sfrench@samba.org>
This commit is contained in:
parent
6d04dfc896
commit
c1ecea8747
@ -169,8 +169,7 @@ config CIFS_NFSD_EXPORT
|
|||||||
|
|
||||||
config CIFS_SMB2
|
config CIFS_SMB2
|
||||||
bool "SMB2 and SMB3 network file system support"
|
bool "SMB2 and SMB3 network file system support"
|
||||||
depends on CIFS && INET
|
depends on CIFS
|
||||||
select NLS
|
|
||||||
select KEYS
|
select KEYS
|
||||||
select FSCACHE
|
select FSCACHE
|
||||||
select DNS_RESOLVER
|
select DNS_RESOLVER
|
||||||
@ -194,7 +193,7 @@ config CIFS_SMB2
|
|||||||
|
|
||||||
config CIFS_SMB311
|
config CIFS_SMB311
|
||||||
bool "SMB3.1.1 network file system support (Experimental)"
|
bool "SMB3.1.1 network file system support (Experimental)"
|
||||||
depends on CIFS_SMB2 && INET
|
depends on CIFS_SMB2
|
||||||
|
|
||||||
help
|
help
|
||||||
This enables experimental support for the newest, SMB3.1.1, dialect.
|
This enables experimental support for the newest, SMB3.1.1, dialect.
|
||||||
|
Loading…
Reference in New Issue
Block a user