tile: remove deprecated NETIF_F_LLTX flag from tile drivers
[deliverable/linux.git] / lib / Kconfig
index f1ed53c3aa444f9a924c47c92d8b557c3079faa8..35da51359d404180c8214c007195e97ca89563dd 100644 (file)
@@ -194,6 +194,15 @@ config LZO_COMPRESS
 config LZO_DECOMPRESS
        tristate
 
+config LZ4_COMPRESS
+       tristate
+
+config LZ4HC_COMPRESS
+       tristate
+
+config LZ4_DECOMPRESS
+       tristate
+
 source "lib/xz/Kconfig"
 
 #
@@ -218,6 +227,10 @@ config DECOMPRESS_LZO
        select LZO_DECOMPRESS
        tristate
 
+config DECOMPRESS_LZ4
+       select LZ4_DECOMPRESS
+       tristate
+
 #
 # Generic allocator support is selected if needed
 #
This page took 0.025194 seconds and 5 git commands to generate.