add complain-about-descriptor-block-checksum-errors
[ext4-patch-queue.git] / add-encryption-dependencies-to-Kconfig
blob2812cd3fe94ae57dc3f92c9cd0f12da0dd75e624
1 ext4: add encryption dependencies to Kconfig
3 From: Michael Halcrow <mhalcrow@google.com>
5 Signed-off-by: Michael Halcrow <mhalcrow@google.com>
6 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 ---
8  fs/ext4/Kconfig | 10 ++++++++++
9  1 file changed, 10 insertions(+)
11 diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
12 index efea5d5..b1c0918f 100644
13 --- a/fs/ext4/Kconfig
14 +++ b/fs/ext4/Kconfig
15 @@ -4,6 +4,16 @@ config EXT4_FS
16         select CRC16
17         select CRYPTO
18         select CRYPTO_CRC32C
19 +       select CRYPTO_AES
20 +       select CRYPTO_CBC
21 +       select CRYPTO_CTR
22 +       select CRYPTO_ECB
23 +       select CRYPTO_XTS
24 +       select CRYPTO_SHA1
25 +       select CRYPTO_SHA256
26 +       select CRYPTO_SHA512
27 +       select CRYPTO_HMAC
28 +       select KEYS
29         help
30           This is the next generation of the ext3 filesystem.
32 -- 
33 2.1.0.rc2.206.gedb03e5