From bd528826fd156ebd70e4ad74a95066048f667e28 Mon Sep 17 00:00:00 2001 From: Qiheng Lin Date: Mon, 10 Jan 2022 10:25:50 +0800 Subject: [PATCH] enable fs_encryption config Signed-off-by: Qiheng Lin Change-Id: I7fb67e291c777d596759bfe11704239f1773bc82 --- linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig | 2 +- linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig | 2 +- linux-5.10/arch/arm/configs/standard_common_defconfig | 2 +- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig index 64f63af..23d58b6 100755 --- a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig +++ b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig @@ -2751,7 +2751,7 @@ CONFIG_EXPORTFS=y # CONFIG_EXPORTFS_BLOCK_OPS is not set CONFIG_FILE_LOCKING=y CONFIG_MANDATORY_FILE_LOCKING=y -# CONFIG_FS_ENCRYPTION is not set +CONFIG_FS_ENCRYPTION=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y diff --git a/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig b/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig index 7c1ad1e..384b6c7 100755 --- a/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig +++ b/linux-5.10/arch/arm/configs/qemu-arm-linux_standard_defconfig @@ -5414,7 +5414,7 @@ CONFIG_EXPORTFS=y # CONFIG_EXPORTFS_BLOCK_OPS is not set CONFIG_FILE_LOCKING=y CONFIG_MANDATORY_FILE_LOCKING=y -# CONFIG_FS_ENCRYPTION is not set +CONFIG_FS_ENCRYPTION=y # CONFIG_FS_VERITY is not set CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y diff --git a/linux-5.10/arch/arm/configs/standard_common_defconfig b/linux-5.10/arch/arm/configs/standard_common_defconfig index eeb3f78..99a1c41 100644 --- a/linux-5.10/arch/arm/configs/standard_common_defconfig +++ b/linux-5.10/arch/arm/configs/standard_common_defconfig @@ -2632,7 +2632,7 @@ CONFIG_EXPORTFS=y # CONFIG_EXPORTFS_BLOCK_OPS is not set CONFIG_FILE_LOCKING=y CONFIG_MANDATORY_FILE_LOCKING=y -# CONFIG_FS_ENCRYPTION is not set +CONFIG_FS_ENCRYPTION=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 826c960..73c1396 100755 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -5670,7 +5670,7 @@ CONFIG_EXPORTFS=y # CONFIG_EXPORTFS_BLOCK_OPS is not set CONFIG_FILE_LOCKING=y CONFIG_MANDATORY_FILE_LOCKING=y -# CONFIG_FS_ENCRYPTION is not set +CONFIG_FS_ENCRYPTION=y # CONFIG_FS_VERITY is not set CONFIG_FSNOTIFY=y # CONFIG_DNOTIFY is not set -- Gitee