summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorGiovanni Cabiddu2016-10-21 14:19:49 +0200
committerHerbert Xu2016-10-25 05:08:31 +0200
commitac9d2c4b39e022d2c61486bfc33b730cfd02898e (patch)
tree3b63d27ef2cb3c0af1ddf23d186f9ad5b20924fb /crypto/Kconfig
parentcrypto: acomp - add driver-side scomp interface (diff)
downloadkernel-qcow2-linux-ac9d2c4b39e022d2c61486bfc33b730cfd02898e.tar.gz
kernel-qcow2-linux-ac9d2c4b39e022d2c61486bfc33b730cfd02898e.tar.xz
kernel-qcow2-linux-ac9d2c4b39e022d2c61486bfc33b730cfd02898e.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 9950c47c9d27..7ffd418b69f8 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