From: Thierry Reding Date: Mon, 16 Nov 2015 14:44:26 +0000 (+0100) Subject: arm64: defconfig: Enable squashfs support X-Git-Tag: v4.14-rc1~3959^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e39823e7d2fd725758cf0219165183f23a69a064;p=platform%2Fkernel%2Flinux-rpi.git arm64: defconfig: Enable squashfs support squashfs can be a convenient way to use a root filesystem stored as a file on some other root filesystem. Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a112f21..71b1cfb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -200,7 +200,7 @@ CONFIG_VFAT_FS=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y CONFIG_EFIVAR_FS=y -# CONFIG_MISC_FILESYSTEMS is not set +CONFIG_SQUASHFS=y CONFIG_NFS_FS=y CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y