Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / fs / crypto / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config FS_ENCRYPTION
3         bool "FS Encryption (Per-file encryption)"
4         select CRYPTO
5         select CRYPTO_AES
6         select CRYPTO_CBC
7         select CRYPTO_ECB
8         select CRYPTO_XTS
9         select CRYPTO_CTS
10         select CRYPTO_SHA256
11         select KEYS
12         help
13           Enable encryption of files and directories.  This
14           feature is similar to ecryptfs, but it is more memory
15           efficient since it avoids caching the encrypted and
16           decrypted pages in the page cache.  Currently Ext4,
17           F2FS and UBIFS make use of this feature.