]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
lib: add support for LZ4-compressed kernel
[karo-tx-linux.git] / lib / Kconfig
index 3958dc4389f993cc204670706e834c42be80165b..d0864159a9b826304e647aa6ffe3dbe43b1263c1 100644 (file)
@@ -189,6 +189,9 @@ config LZO_COMPRESS
 config LZO_DECOMPRESS
        tristate
 
+config LZ4_DECOMPRESS
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
@@ -213,6 +216,10 @@ config DECOMPRESS_LZO
        select LZO_DECOMPRESS
        tristate
 
+config DECOMPRESS_LZ4
+       select LZ4_DECOMPRESS
+       tristate
+
 #
 # Generic allocator support is selected if needed
 #