diff options
author | Thierry Reding <treding@nvidia.com> | 2015-11-16 09:44:26 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-11-16 09:48:23 -0500 |
commit | e39823e7d2fd725758cf0219165183f23a69a064 (patch) | |
tree | 8169b4c718edffc49b3a5d208bd61bcca7f8b36e | |
parent | ce64c809b7062e8188772e7662b62159663fd72b (diff) |
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 <treding@nvidia.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a112f2168449..71b1cfbd4b3e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -200,7 +200,7 @@ CONFIG_VFAT_FS=y | |||
200 | CONFIG_TMPFS=y | 200 | CONFIG_TMPFS=y |
201 | CONFIG_HUGETLBFS=y | 201 | CONFIG_HUGETLBFS=y |
202 | CONFIG_EFIVAR_FS=y | 202 | CONFIG_EFIVAR_FS=y |
203 | # CONFIG_MISC_FILESYSTEMS is not set | 203 | CONFIG_SQUASHFS=y |
204 | CONFIG_NFS_FS=y | 204 | CONFIG_NFS_FS=y |
205 | CONFIG_NFS_V4=y | 205 | CONFIG_NFS_V4=y |
206 | CONFIG_ROOT_NFS=y | 206 | CONFIG_ROOT_NFS=y |