diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-04-26 14:03:43 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-04-26 14:03:47 +0900 |
commit | d1a8e5cbdf525295343a20c7d67aa2fb7c872e0b (patch) | |
tree | 1dc26a656583fea654d7b5d7707e45de24ee513b | |
parent | 8db0e8e150db6f3be4e4c9ac9c449b0c47ee9190 (diff) | |
download | linux-exynos-d1a8e5cbdf525295343a20c7d67aa2fb7c872e0b.tar.gz linux-exynos-d1a8e5cbdf525295343a20c7d67aa2fb7c872e0b.tar.bz2 linux-exynos-d1a8e5cbdf525295343a20c7d67aa2fb7c872e0b.zip |
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 <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_tm2_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |