mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 18:44:44 +08:00
e89bf462b6
Compiling the hns RoCE driver requires ARM architecture. In order to simplify development of IB/core, support compile test. Add the necessary includes for that too. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
config INFINIBAND_HNS
|
|
tristate "HNS RoCE Driver"
|
|
depends on NET_VENDOR_HISILICON
|
|
depends on (ARM64 || COMPILE_TEST) && 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.
|