VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kyungsik Lee <kyungsik.lee@lge.com> 2013-07-08 16:01:46 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2013-07-09 10:33:30 -0700 commit: e76e1fdfa8f8dc1ea6699923cf5d92b5bee9c936 parent: cffb78b0e0b3a30b059b27a1d97500cf6464efa9
Commit Summary:
lib: add support for LZ4-compressed kernel
Diffstat:
1 file changed, 9 insertions, 0 deletions
diff --git a/usr/Kconfig b/usr/Kconfig
index 085872bb2bb5..642f503d3e9f 100644
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -90,6 +90,15 @@ config RD_LZO
 	  Support loading of a LZO encoded initial ramdisk or cpio buffer
 	  If unsure, say N.
 
+config RD_LZ4
+	bool "Support initial ramdisks compressed using LZ4" if EXPERT
+	default !EXPERT
+	depends on BLK_DEV_INITRD
+	select DECOMPRESS_LZ4
+	help
+	  Support loading of a LZ4 encoded initial ramdisk or cpio buffer
+	  If unsure, say N.
+
 choice
 	prompt "Built-in initramfs compression mode" if INITRAMFS_SOURCE!=""
 	help