2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-06 17:50:24 +00:00
|
|
|
config INFINIBAND_RDMAVT
|
|
|
|
tristate "RDMA verbs transport library"
|
2018-09-26 17:44:33 +00:00
|
|
|
depends on X86_64 && ARCH_DMA_ADDR_T_64BIT
|
2017-09-06 10:15:50 +00:00
|
|
|
depends on PCI
|
2017-01-20 21:04:37 +00:00
|
|
|
select DMA_VIRT_OPS
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2016-01-06 17:50:24 +00:00
|
|
|
This is a common software verbs provider for RDMA networks.
|