summaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2023-12-27 19:25:58 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-05 15:13:36 +0100
commitac385518598f50dd1b9b41bd05f50ce9795481d5 (patch)
tree9a78d8df280a00f1a592e3cea7f45532ca1a3c14 /fs/Kconfig
parentb54b9fbc16a056793a9bb8f5fe80d048c4198662 (diff)
ksmbd: have a dependency on cifs ARC4
Omitted the change that has a dependency on cifs ARC4 from backporting commit f9929ef6a2a5("ksmbd: add support for key exchange"). This patch make ksmbd have a dependeny on cifs ARC4. Fixes: c5049d2d73b2 ("ksmbd: add support for key exchange") Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index a6313a969bc5..971339ecc1a2 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -369,8 +369,8 @@ source "fs/ksmbd/Kconfig"
config SMBFS_COMMON
tristate
- default y if CIFS=y
- default m if CIFS=m
+ default y if CIFS=y || SMB_SERVER=y
+ default m if CIFS=m || SMB_SERVER=m
source "fs/coda/Kconfig"
source "fs/afs/Kconfig"