]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/Kconfig
MIPS: tlbex: fix broken build in v3.11-rc1
[karo-tx-linux.git] / crypto / Kconfig
index 904ffe838567fa2e30a24444e955bf2b175044fa..69ce573f1224560b4f5c7532e21053b27c651da4 100644 (file)
@@ -1336,6 +1336,22 @@ config CRYPTO_842
        help
          This is the 842 algorithm.
 
+config CRYPTO_LZ4
+       tristate "LZ4 compression algorithm"
+       select CRYPTO_ALGAPI
+       select LZ4_COMPRESS
+       select LZ4_DECOMPRESS
+       help
+         This is the LZ4 algorithm.
+
+config CRYPTO_LZ4HC
+       tristate "LZ4HC compression algorithm"
+       select CRYPTO_ALGAPI
+       select LZ4HC_COMPRESS
+       select LZ4_DECOMPRESS
+       help
+         This is the LZ4 high compression mode algorithm.
+
 comment "Random Number Generation"
 
 config CRYPTO_ANSI_CPRNG