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"
|
2020-11-06 18:19:32 +00:00
|
|
|
depends on INFINIBAND_VIRT_DMA
|
|
|
|
depends on X86_64
|
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.
|