summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorBart Van Assche2018-01-05 17:26:47 +0100
committerJens Axboe2018-01-06 17:18:00 +0100
commit8cd579d2794b90f810e534e75783ba78cdc91a07 (patch)
tree4f995103b1aa340b3d91d3530c0afd58cec4ffb6 /crypto/Kconfig
parentlib/scatterlist: Introduce sgl_alloc() and sgl_free() (diff)
downloadkernel-qcow2-linux-8cd579d2794b90f810e534e75783ba78cdc91a07.tar.gz
kernel-qcow2-linux-8cd579d2794b90f810e534e75783ba78cdc91a07.tar.xz
kernel-qcow2-linux-8cd579d2794b90f810e534e75783ba78cdc91a07.zip
crypto: scompress - use sgl_alloc() and sgl_free()
Use the sgl_alloc() and sgl_free() functions instead of open coding these functions. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Jens Axboe <axboe@kernel.dk>
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 f7911963bb79..20360e040425 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -106,6 +106,7 @@ config CRYPTO_KPP
config CRYPTO_ACOMP2
tristate
select CRYPTO_ALGAPI2
+ select SGL_ALLOC
config CRYPTO_ACOMP
tristate