From: Namjae Jeon Date: Wed, 27 Dec 2023 10:25:58 +0000 (+0900) Subject: ksmbd: have a dependency on cifs ARC4 X-Git-Tag: v5.15.146~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac385518598f50dd1b9b41bd05f50ce9795481d5;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Sasha Levin --- diff --git a/fs/Kconfig b/fs/Kconfig index a6313a969bc5f..971339ecc1a2b 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"