Kconfig 219 B

12345678
  1. config INFINIBAND_RDMAVT
  2. tristate "RDMA verbs transport library"
  3. depends on 64BIT && ARCH_DMA_ADDR_T_64BIT
  4. depends on PCI
  5. select DMA_VIRT_OPS
  6. ---help---
  7. This is a common software verbs provider for RDMA networks.