aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/Kconfig
diff options
context:
space:
mode:
authoroulijun <oulijun@huawei.com>2016-07-21 19:06:56 +0800
committerDoug Ledford <dledford@redhat.com>2016-08-22 14:02:33 -0400
commit8793f779cf6ecc83d4c3345ac821a2d0c95713ad (patch)
treec720512440d42763ab337fcd545a452c595d02b8 /drivers/infiniband/hw/hns/Kconfig
parentIB/hns: Add driver files for hns RoCE driver (diff)
downloadlinux-dev-8793f779cf6ecc83d4c3345ac821a2d0c95713ad.tar.xz
linux-dev-8793f779cf6ecc83d4c3345ac821a2d0c95713ad.zip
IB/hns: Kconfig and Makefile for RoCE module
This patch added Kconfig and Makefile for building RoCE module. Signed-off-by: Wei Hu <xavier.huwei@huawei.com> Signed-off-by: Nenglong Zhao <zhaonenglong@hisilicon.com> Signed-off-by: Lijun Ou <oulijun@huawei.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/Kconfig')
-rw-r--r--drivers/infiniband/hw/hns/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/hns/Kconfig b/drivers/infiniband/hw/hns/Kconfig
new file mode 100644
index 000000000000..e1a6e055cd60
--- /dev/null
+++ b/drivers/infiniband/hw/hns/Kconfig
@@ -0,0 +1,10 @@
+config INFINIBAND_HNS
+ tristate "HNS RoCE Driver"
+ depends on NET_VENDOR_HISILICON
+ depends on ARM64 && HNS && HNS_DSAF && HNS_ENET
+ ---help---
+ This is a RoCE/RDMA driver for the Hisilicon RoCE engine. The engine
+ is used in Hisilicon Hi1610 and more further ICT SoC.
+
+ To compile this driver as a module, choose M here: the module
+ will be called hns-roce.