summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-03-22 12:02:03 +0300
committerTim Lee <chli30@nuvoton.com>2023-03-29 09:50:48 +0300
commit6b38051dd74ae395e774daa8593afa79e6f07023 (patch)
tree6068b59b73cb2897d508c3c966291658c7da864e /meta-nuvoton
parente6970b4909a288cd9f4081b7b42ab67cdeb5877b (diff)
downloadopenbmc-6b38051dd74ae395e774daa8593afa79e6f07023.tar.xz
meta-nuvoton: linux: npcm8xx: add CONFIG_SQUASHFS_DECOMP_MULTI
By default Squashfs uses a single decompressor but it gives poor performance on parallel I/O workloads when using multiple CPU machines due to waiting on decompressor availability. Thus, we add this configuration for using parallel squashfs decompressor to speedup read of squashfs that can improve all services loading time when system booting up especially. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I11231ab3a3c603817fa81c0f0bb6c98d3953c582
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
index e3089d7e82..1bf23141fe 100644
--- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
+++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
@@ -164,6 +164,7 @@ CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_XZ=y
+CONFIG_SQUASHFS_DECOMP_MULTI=y
CONFIG_DEBUG_FS=y
# Enable EDAC support