mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
759d57686d
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Cc: "Michael S. Tsirkin" <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
17 lines
645 B
Plaintext
17 lines
645 B
Plaintext
config IPATH_CORE
|
|
tristate "QLogic InfiniPath Driver"
|
|
depends on 64BIT && PCI_MSI && NET
|
|
---help---
|
|
This is a low-level driver for QLogic InfiniPath host channel
|
|
adapters (HCAs) based on the HT-400 and PE-800 chips.
|
|
|
|
config INFINIBAND_IPATH
|
|
tristate "QLogic InfiniPath Verbs Driver"
|
|
depends on IPATH_CORE && INFINIBAND
|
|
---help---
|
|
This is a driver that provides InfiniBand verbs support for
|
|
QLogic InfiniPath host channel adapters (HCAs). This
|
|
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).
|