From: Seung-Woo Kim Date: Wed, 30 Aug 2017 02:59:40 +0000 (+0900) Subject: ARM64: tizen_bcmrpi3_defconfig: enable SQUASHFS X-Git-Tag: submit/tizen/20180904.010142~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91fe924b927455239e840445917ca3e8c685c0c0;p=platform%2Fkernel%2Flinux-rpi3.git ARM64: tizen_bcmrpi3_defconfig: enable SQUASHFS To support compressed readonly image from Tizen, squashfs will be used. Enable SQUASHFS and realted configuration. For better performance, also SQUASHFS_DECOMP_MULTI_PERCPU and SQUASHFS_4K_DEVBLK_SIZE options are set. Change-Id: I8d7fb37f8b2bbe102fedc6c9d7d9c4c242d6ec32 Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 61d8066f4265..c0d9a0a5589a 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -3444,7 +3444,20 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_EFS_FS is not set # CONFIG_LOGFS is not set # CONFIG_CRAMFS is not set -# CONFIG_SQUASHFS is not set +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +# CONFIG_SQUASHFS_DECOMP_SINGLE is not set +# CONFIG_SQUASHFS_DECOMP_MULTI is not set +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_ZLIB=y +# CONFIG_SQUASHFS_LZ4 is not set +# CONFIG_SQUASHFS_LZO is not set +# CONFIG_SQUASHFS_XZ is not set +CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set