diff options
author | oulijun <oulijun@huawei.com> | 2016-07-21 14:06:56 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-22 21:02:33 +0300 |
commit | 8793f779cf6ecc83d4c3345ac821a2d0c95713ad (patch) | |
tree | c720512440d42763ab337fcd545a452c595d02b8 /drivers/infiniband/hw/hns/Kconfig | |
parent | 9a4435375cd151e07c0c38fa601b00115986091b (diff) | |
download | linux-8793f779cf6ecc83d4c3345ac821a2d0c95713ad.tar.xz |
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/Kconfig | 10 |
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. |