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