aboutsummaryrefslogtreecommitdiffstats
path: root/usr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'usr/Kconfig')
-rw-r--r--usr/Kconfig9
1 files 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
90 Support loading of a LZO encoded initial ramdisk or cpio buffer 90 Support loading of a LZO encoded initial ramdisk or cpio buffer
91 If unsure, say N. 91 If unsure, say N.
92 92
93config RD_LZ4
94 bool "Support initial ramdisks compressed using LZ4" if EXPERT
95 default !EXPERT
96 depends on BLK_DEV_INITRD
97 select DECOMPRESS_LZ4
98 help
99 Support loading of a LZ4 encoded initial ramdisk or cpio buffer
100 If unsure, say N.
101
93choice 102choice
94 prompt "Built-in initramfs compression mode" if INITRAMFS_SOURCE!="" 103 prompt "Built-in initramfs compression mode" if INITRAMFS_SOURCE!=""
95 help 104 help