Commit ee1c8e6b authored by Dragan Simic's avatar Dragan Simic Committed by Steve French
Browse files

smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig



Repeating automatically selected options in Kconfig files is redundant, so
let's delete repeated "select NETFS_SUPPORT" that was added accidentally.

Fixes: 69c3c023 ("cifs: Implement netfslib hooks")
Signed-off-by: default avatarDragan Simic <dsimic@manjaro.org>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent a769bee5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
config CIFS
	tristate "SMB3 and CIFS support (advanced network filesystem)"
	depends on INET
	select NETFS_SUPPORT
	select NLS
	select NLS_UCS2_UTILS
	select CRYPTO