xref: /linux/drivers/infiniband/sw/rdmavt/Kconfig (revision 4c9e94dff65ca75b917ff0b5de2e44881062a8e8)
1# SPDX-License-Identifier: GPL-2.0-only
2config INFINIBAND_RDMAVT
3	tristate "RDMA verbs transport library"
4	depends on INFINIBAND_VIRT_DMA
5	depends on X86_64
6	depends on PCI
7	select DMA_VIRT_OPS
8	help
9	This is a common software verbs provider for RDMA networks.
10