Skip to content

Commit

Permalink
configs defconfig: Enable erofs for all targets
Browse files Browse the repository at this point in the history
Change-Id: 9d90b1c7c2e90795aab3f790182e60822f2b48cd
Signed-off-by: TogoFire <togofire@mailfence.com>
  • Loading branch information
ReallySnow authored and TogoFire committed Feb 23, 2023
1 parent 64998a4 commit 9029332
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/configs/daisy_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4316,6 +4316,12 @@ CONFIG_FS_MBCACHE=y
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_EROFS_FS=y
# CONFIG_EROFS_FS_DEBUG is not set
CONFIG_EROFS_FS_XATTR=y
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
Expand Down
6 changes: 6 additions & 0 deletions arch/arm64/configs/sakura-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4306,6 +4306,12 @@ CONFIG_FS_MBCACHE=y
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_EROFS_FS=y
# CONFIG_EROFS_FS_DEBUG is not set
CONFIG_EROFS_FS_XATTR=y
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
Expand Down
6 changes: 6 additions & 0 deletions arch/arm64/configs/sakura_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,12 @@ CONFIG_NVMEM=y
CONFIG_NVMEM_SPMI_SDAM=y
CONFIG_SENSORS_SSC=y
CONFIG_MSM_TZ_LOG=y
CONFIG_EROFS_FS=y
# CONFIG_EROFS_FS_DEBUG is not set
CONFIG_EROFS_FS_XATTR=y
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
Expand Down

0 comments on commit 9029332

Please sign in to comment.