diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 2754f2bf5d91..aca01164f002 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -1317,6 +1317,22 @@ config CRYPTO_842 | |||
1317 | help | 1317 | help |
1318 | This is the 842 algorithm. | 1318 | This is the 842 algorithm. |
1319 | 1319 | ||
1320 | config CRYPTO_LZ4 | ||
1321 | tristate "LZ4 compression algorithm" | ||
1322 | select CRYPTO_ALGAPI | ||
1323 | select LZ4_COMPRESS | ||
1324 | select LZ4_DECOMPRESS | ||
1325 | help | ||
1326 | This is the LZ4 algorithm. | ||
1327 | |||
1328 | config CRYPTO_LZ4HC | ||
1329 | tristate "LZ4HC compression algorithm" | ||
1330 | select CRYPTO_ALGAPI | ||
1331 | select LZ4HC_COMPRESS | ||
1332 | select LZ4_DECOMPRESS | ||
1333 | help | ||
1334 | This is the LZ4 high compression mode algorithm. | ||
1335 | |||
1320 | comment "Random Number Generation" | 1336 | comment "Random Number Generation" |
1321 | 1337 | ||
1322 | config CRYPTO_ANSI_CPRNG | 1338 | config CRYPTO_ANSI_CPRNG |