commit | 6a8de3aefb0a6890c8276a5b247831518814a0c4 | [log] [tgz] |
---|---|---|
author | Giovanni Cabiddu <giovanni.cabiddu@intel.com> | Fri Oct 21 13:19:52 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 25 11:08:33 2016 +0800 |
tree | 55787d307e8e59defd3110b2e47a7998d5048c41 | |
parent | 91d53d96e27018d4f49b9e5994cc1e74a4fc5d92 [diff] [blame] |
crypto: acomp - add support for 842 via scomp Add scomp backend for 842 compression algorithm. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff --git a/crypto/Kconfig b/crypto/Kconfig index a1819e7..b0718ce 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig
@@ -1598,6 +1598,7 @@ config CRYPTO_842 tristate "842 compression algorithm" select CRYPTO_ALGAPI + select CRYPTO_ACOMP2 select 842_COMPRESS select 842_DECOMPRESS help