smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig

[ Upstream commit ee1c8e6b2931811a906b8c78006bfe0a3386fa60 ]

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

Fixes: 69c3c023af ("cifs: Implement netfslib hooks")
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Dragan Simic
2024-12-17 10:25:10 +01:00
committed by Greg Kroah-Hartman
parent f7ef892250
commit 825aaa75f7
-1
View File
@@ -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