]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/crypto/Kconfig
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / fs / crypto / Kconfig
CommitLineData
0b81d077
JK
1config FS_ENCRYPTION
2 tristate "FS Encryption (Per-file encryption)"
0b81d077
JK
3 select CRYPTO
4 select CRYPTO_AES
5 select CRYPTO_CBC
6 select CRYPTO_ECB
7 select CRYPTO_XTS
8 select CRYPTO_CTS
9 select CRYPTO_CTR
0b81d077 10 select KEYS
0b81d077
JK
11 help
12 Enable encryption of files and directories. This
13 feature is similar to ecryptfs, but it is more memory
14 efficient since it avoids caching the encrypted and
15 decrypted pages in the page cache.