Kconfig 645 字节
Newer Older
1
config IPATH_CORE
2
	tristate "QLogic InfiniPath Driver"
3 4
	depends on 64BIT && PCI_MSI && NET
	---help---
5
	This is a low-level driver for QLogic InfiniPath host channel
6 7 8
	adapters (HCAs) based on the HT-400 and PE-800 chips.

config INFINIBAND_IPATH
9
	tristate "QLogic InfiniPath Verbs Driver"
10 11 12
	depends on IPATH_CORE && INFINIBAND
	---help---
	This is a driver that provides InfiniBand verbs support for
13
	QLogic InfiniPath host channel adapters (HCAs).  This
14 15 16
	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).