mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 01:57:06 +07:00
931bc0d916
No reason to have dependency on PCI for the entire infiniband stack so move it to KConfig of only the drivers that actually using PCI. Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
config INFINIBAND_RDMAVT
|
|
tristate "RDMA verbs transport library"
|
|
depends on 64BIT
|
|
depends on PCI
|
|
select DMA_VIRT_OPS
|
|
---help---
|
|
This is a common software verbs provider for RDMA networks.
|