]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - fs/crypto/Kconfig
Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom',...
[mirror_ubuntu-focal-kernel.git] / fs / crypto / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0b81d077 2config FS_ENCRYPTION
643fa961 3 bool "FS Encryption (Per-file encryption)"
0b81d077
JK
4 select CRYPTO
5 select CRYPTO_AES
6 select CRYPTO_CBC
7 select CRYPTO_ECB
8 select CRYPTO_XTS
9 select CRYPTO_CTS
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
643fa961
CR
15 decrypted pages in the page cache. Currently Ext4,
16 F2FS and UBIFS make use of this feature.