1# SPDX-License-Identifier: GPL-2.0-only 2config INFINIBAND_ERDMA 3 tristate "Alibaba Elastic RDMA Adapter (ERDMA) support" 4 depends on PCI_MSI && 64BIT 5 depends on INFINIBAND_ADDR_TRANS 6 depends on INFINIBAND_USER_ACCESS 7 help 8 This is a RDMA/iWarp driver for Alibaba Elastic RDMA Adapter(ERDMA), 9 which supports RDMA features in Alibaba cloud environment. 10 11 To compile this driver as module, choose M here. The module will be 12 called erdma. 13