aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/Kconfig
blob: 1db9489f1e82bbc7ae0d10a934af5961a94397df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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).