From: Seung-Woo Kim Date: Fri, 26 Apr 2019 05:03:43 +0000 (+0900) Subject: arm64: configs: tizen_tm2_defconfig: enable squashfs X-Git-Tag: submit/tizen/20190426.054810~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a8e5cbdf525295343a20c7d67aa2fb7c872e0b;p=platform%2Fkernel%2Flinux-exynos.git arm64: configs: tizen_tm2_defconfig: enable squashfs Tizen web engine uses squashfs for its libraray update. Enable squashfs and related options. Change-Id: Id2f7640cf6007b280bb6daef3c42484e8b4a04ef Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 6822996806d6..5eb15a1bb13a 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -440,6 +440,10 @@ CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y # CONFIG_EFIVAR_FS is not set CONFIG_CRAMFS=y +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y CONFIG_ROMFS_FS=y CONFIG_NFS_FS=y CONFIG_NFS_V4=y