summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2016-10-21 13:19:49 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-25 11:08:31 +0800
commit77c5664d9deefd52d58d2cd3db5752883c1e4e40 (patch)
tree3cf25a603468bf183c1a12e064b6bc22352200ea /crypto/Kconfig
parenta2c1712e606f33deef2f2df04b21ad4a639f8115 (diff)
downloadlinux-crypto-77c5664d9deefd52d58d2cd3db5752883c1e4e40.tar.gz
linux-crypto-77c5664d9deefd52d58d2cd3db5752883c1e4e40.zip
crypto: acomp - add support for lzo via scomp
Add scomp backend for lzo compression algorithm. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 9950c47c..7ffd418b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1589,6 +1589,7 @@ config CRYPTO_DEFLATE
config CRYPTO_LZO
tristate "LZO compression algorithm"
select CRYPTO_ALGAPI
+ select CRYPTO_ACOMP2
select LZO_COMPRESS
select LZO_DECOMPRESS
help