From 8793f779cf6ecc83d4c3345ac821a2d0c95713ad Mon Sep 17 00:00:00 2001 From: oulijun Date: Thu, 21 Jul 2016 19:06:56 +0800 Subject: IB/hns: Kconfig and Makefile for RoCE module This patch added Kconfig and Makefile for building RoCE module. Signed-off-by: Wei Hu Signed-off-by: Nenglong Zhao Signed-off-by: Lijun Ou Signed-off-by: Doug Ledford --- drivers/infiniband/hw/hns/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/infiniband/hw/hns/Kconfig (limited to 'drivers/infiniband/hw/hns/Kconfig') 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. -- cgit v1.2.3