mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-12 06:54:48 +00:00

Integrate the ipath core and OpenIB drivers into the kernel build infrastructure. Add entry to MAINTAINERS. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
17 lines
657 B
Plaintext
17 lines
657 B
Plaintext
config IPATH_CORE
|
|
tristate "PathScale InfiniPath Driver"
|
|
depends on 64BIT && PCI_MSI && NET
|
|
---help---
|
|
This is a low-level driver for PathScale InfiniPath host channel
|
|
adapters (HCAs) based on the HT-400 and PE-800 chips.
|
|
|
|
config INFINIBAND_IPATH
|
|
tristate "PathScale InfiniPath Verbs Driver"
|
|
depends on IPATH_CORE && INFINIBAND
|
|
---help---
|
|
This is a driver that provides InfiniBand verbs support for
|
|
PathScale 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).
|