hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/infiniband/sw/rdmavt/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INFINIBAND_RDMAVT
23 tristate "RDMA verbs transport library"
3
- depends on 64BIT && ARCH_DMA_ADDR_T_64BIT
4
+ depends on INFINIBAND_VIRT_DMA
5
+ depends on X86_64
46 depends on PCI
5
- select DMA_VIRT_OPS
6
- ---help---
7
+ help
78 This is a common software verbs provider for RDMA networks.