diff options
author | Giovanni Cabiddu <giovanni.cabiddu@intel.com> | 2016-10-21 13:19:52 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-10-25 11:08:33 +0800 |
commit | 6a8de3aefb0a6890c8276a5b247831518814a0c4 (patch) | |
tree | 55787d307e8e59defd3110b2e47a7998d5048c41 /crypto/Kconfig | |
parent | 91d53d96e27018d4f49b9e5994cc1e74a4fc5d92 (diff) | |
download | linux-stable-6a8de3aefb0a6890c8276a5b247831518814a0c4.tar.gz linux-stable-6a8de3aefb0a6890c8276a5b247831518814a0c4.tar.bz2 linux-stable-6a8de3aefb0a6890c8276a5b247831518814a0c4.zip |
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>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index a1819e714b88..b0718ced7e11 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1598,6 +1598,7 @@ config CRYPTO_LZO config CRYPTO_842 tristate "842 compression algorithm" select CRYPTO_ALGAPI + select CRYPTO_ACOMP2 select 842_COMPRESS select 842_DECOMPRESS help |