]> Pileus Git - ~andy/linux/blobdiff - lib/Kconfig
lib: add support for LZ4-compressed kernel
[~andy/linux] / lib / Kconfig
index f1ed53c3aa444f9a924c47c92d8b557c3079faa8..e9cdc8ffdcee45430e44a4d2839b5cc1e8ba7f9b 100644 (file)
@@ -194,6 +194,9 @@ config LZO_COMPRESS
 config LZO_DECOMPRESS
        tristate
 
+config LZ4_DECOMPRESS
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
@@ -218,6 +221,10 @@ config DECOMPRESS_LZO
        select LZO_DECOMPRESS
        tristate
 
+config DECOMPRESS_LZ4
+       select LZ4_DECOMPRESS
+       tristate
+
 #
 # Generic allocator support is selected if needed
 #