summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/kernelconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-30 14:17:40 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-10-12 17:11:05 +0200
commitf671a6cdece25ed58b527e53243bd37e7863f08d (patch)
tree0bfb492b14e7a9b9b6d83e101e133a2c7eeeee8b /configs/platform-v7a/kernelconfig
parentd84ca1a1a557f1c1e0ed6c568f57c42a889e2695 (diff)
downloadDistroKit-f671a6cdece25ed58b527e53243bd37e7863f08d.tar.gz
DistroKit-f671a6cdece25ed58b527e53243bd37e7863f08d.tar.xz
platform-v7a: kernel: lzo is a lot faster at boottime
On vexpress, this lowers the 2nd pass boot time from 38 s to 31 s. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> [add benchmark numbers to commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/kernelconfig')
-rw-r--r--configs/platform-v7a/kernelconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 515f7db..6bbe770 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -40,9 +40,9 @@ CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
-CONFIG_KERNEL_LZMA=y
+# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
-# CONFIG_KERNEL_LZO is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y