]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/crypto/Kconfig
Merge tag 'davinci-for-v4.11/defconfig' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / fs / crypto / Kconfig
CommitLineData
0b81d077
JK
1config FS_ENCRYPTION
2 tristate "FS Encryption (Per-file encryption)"
3 depends on BLOCK
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_CTR
0b81d077 11 select KEYS
0b81d077
JK
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.