summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/Makefile
diff options
context:
space:
mode:
authorZhou Wang <wangzhou1@hisilicon.com>2019-08-02 10:57:52 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2019-08-09 08:11:54 +0300
commit62c455ca853e3e352e465d66a6cc39f1f88caa60 (patch)
tree1f10817d304eea6c22819b308e6d578b36383bb1 /drivers/crypto/hisilicon/Makefile
parentdfed0098ab91f647b5720ab6f1e03b5b55139408 (diff)
downloadlinux-62c455ca853e3e352e465d66a6cc39f1f88caa60.tar.xz
crypto: hisilicon - add HiSilicon ZIP accelerator support
The HiSilicon ZIP accelerator implements the zlib and gzip algorithm. It uses Hisilicon QM as the interface to the CPU. This patch provides PCIe driver to the accelerator and registers it to crypto acomp interface. It also uses sgl as data input/output interface. Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Shiju Jose <shiju.jose@huawei.com> Signed-off-by: Kenneth Lee <liguozhu@hisilicon.com> Signed-off-by: Hao Fang <fanghao11@huawei.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: John Garry <john.garry@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hisilicon/Makefile')
-rw-r--r--drivers/crypto/hisilicon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/hisilicon/Makefile b/drivers/crypto/hisilicon/Makefile
index 96cb9134194e..45a279741126 100644
--- a/drivers/crypto/hisilicon/Makefile
+++ b/drivers/crypto/hisilicon/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += qm.o
obj-$(CONFIG_CRYPTO_HISI_SGL) += sgl.o
+obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/