mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 15:16:09 +00:00
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>
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
config INFINIBAND_QEDR
|
|
tristate "QLogic RoCE driver"
|
|
depends on 64BIT && QEDE
|
|
depends on PCI
|
|
select QED_LL2
|
|
select QED_RDMA
|
|
---help---
|
|
This driver provides low-level InfiniBand over Ethernet
|
|
support for QLogic QED host channel adapters (HCAs).
|