kernel/drivers/infiniband/sw/rdmavt/Kconfig
.. .. @@ -1,7 +1,8 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config INFINIBAND_RDMAVT 2 3 tristate "RDMA verbs transport library" 3 - depends on 64BIT && ARCH_DMA_ADDR_T_64BIT4 + depends on INFINIBAND_VIRT_DMA5 + depends on X86_644 6 depends on PCI 5 - select DMA_VIRT_OPS6 - ---help---7 + help7 8 This is a common software verbs provider for RDMA networks.