aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/Makefile
diff options
context:
space:
mode:
authorZhou Wang <wangzhou1@hisilicon.com>2019-08-02 15:57:50 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-08-09 15:11:53 +1000
commit263c9959c9376ec0217d6adc61222a53469eed3c (patch)
tree95a3789aa97eac8f3cf7f60013cc1d5aee65a439 /drivers/crypto/hisilicon/Makefile
parentcrypto: engine - Reduce default RT priority (diff)
downloadlinux-dev-263c9959c9376ec0217d6adc61222a53469eed3c.tar.xz
linux-dev-263c9959c9376ec0217d6adc61222a53469eed3c.zip
crypto: hisilicon - add queue management driver for HiSilicon QM module
QM is a general IP used by HiSilicon accelerators. It provides a general PCIe interface for the CPU and the accelerator to share a group of queues. A QM integrated in an accelerator provides queue management service. Queues can be assigned to PF and VFs, and queues can be controlled by unified mailboxes and doorbells. Specific task request are descripted by specific description buffer, which will be controlled and pass to related accelerator IP by QM. This patch adds a QM driver used by the accelerator driver to access the QM hardware. Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Kenneth Lee <liguozhu@hisilicon.com> Signed-off-by: Shiju Jose <shiju.jose@huawei.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 463f46ace182..05e9052e0f52 100644
--- a/drivers/crypto/hisilicon/Makefile
+++ b/drivers/crypto/hisilicon/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
+obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += qm.o