summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Kim <jhoon20.kim@samsung.com>2020-09-16 20:07:53 +0900
committerJunghoon Kim <jhoon20.kim@samsung.com>2020-09-16 20:07:53 +0900
commit90e433073a50939da3eedb52978d61acf17cc1db (patch)
treebc0a8db7b6e503c34fcbd4cb8969d35378fee1f1
parent508d0743b463ce51a0e61a8c5c443c6850d5ae9e (diff)
downloadlinux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.tar.gz
linux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.tar.bz2
linux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.zip
Enable SquashFS filesystem as the kernel built-in option. This is required in Tizen Update/Recovery mode. Change-Id: I983f4a5b2bdec490f58a5cc91b07ffa819d5b919 Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
-rw-r--r--arch/arm/configs/artik530_raptor_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/artik530_raptor_defconfig b/arch/arm/configs/artik530_raptor_defconfig
index 5c78a8487669..b2093a3365cb 100644
--- a/arch/arm/configs/artik530_raptor_defconfig
+++ b/arch/arm/configs/artik530_raptor_defconfig
@@ -4265,7 +4265,7 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
-CONFIG_SQUASHFS=m
+CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
CONFIG_SQUASHFS_DECOMP_SINGLE=y