mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
b1c1b6a30e
There is little point in keeping the two drivers separate, so we are merging them. Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
config INFINIBAND_IPATH
|
|
tristate "QLogic InfiniPath Driver"
|
|
depends on PCI_MSI && 64BIT && INFINIBAND
|
|
---help---
|
|
This is a driver for QLogic InfiniPath host channel adapters,
|
|
including InfiniBand verbs support. This driver allows these
|
|
devices to be used with both kernel upper level protocols such
|
|
as IP-over-InfiniBand as well as with userspace applications
|
|
(in conjunction with InfiniBand userspace access).
|