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
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
index e3089d7..1bf2314 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_FS_XATTR=y
 CONFIG_SQUASHFS=y
 CONFIG_SQUASHFS_XZ=y
+CONFIG_SQUASHFS_DECOMP_MULTI=y
 CONFIG_DEBUG_FS=y
 
 # Enable EDAC support