aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/Kconfig
diff options
context:
space:
mode:
authorBenjamin Gilbert <benjamin.gilbert@coreos.com>2017-10-19 13:09:29 -0700
committerSteve French <smfrench@gmail.com>2017-10-25 12:57:50 -0500
commit5b454a64555055aaa5769b3ba877bd911d375d5a (patch)
treea3d27b5436e702bdd3d087e125bb352fe075a396 /fs/cifs/Kconfig
parentCIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE (diff)
downloadlinux-dev-5b454a64555055aaa5769b3ba877bd911d375d5a.tar.xz
linux-dev-5b454a64555055aaa5769b3ba877bd911d375d5a.zip
cifs: Select all required crypto modules
Some dependencies were lost when CIFS_SMB2 was merged into CIFS. Fixes: 2a38e12053b7 ("[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred") Signed-off-by: Benjamin Gilbert <benjamin.gilbert@coreos.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com> CC: Stable <stable@vger.kernel.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r--fs/cifs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index f7243617316c..d5b2e12b5d02 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -5,9 +5,14 @@ config CIFS
select CRYPTO
select CRYPTO_MD4
select CRYPTO_MD5
+ select CRYPTO_SHA256
+ select CRYPTO_CMAC
select CRYPTO_HMAC
select CRYPTO_ARC4
+ select CRYPTO_AEAD2
+ select CRYPTO_CCM
select CRYPTO_ECB
+ select CRYPTO_AES
select CRYPTO_DES
help
This is the client VFS module for the SMB3 family of NAS protocols,