13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config INFINIBAND_ERDMA
|
||
|
tristate "Alibaba Elastic RDMA Adapter (ERDMA) support"
|
||
|
depends on PCI_MSI && 64BIT
|
||
|
depends on INFINIBAND_ADDR_TRANS
|
||
|
depends on INFINIBAND_USER_ACCESS
|
||
|
help
|
||
|
This is a RDMA/iWarp driver for Alibaba Elastic RDMA Adapter(ERDMA),
|
||
|
which supports RDMA features in Alibaba cloud environment.
|
||
|
|
||
|
To compile this driver as module, choose M here. The module will be
|
||
|
called erdma.
|