06cc85086e
Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Roland Dreier <rolandd@cisco.com>
9 lines
425 B
Text
9 lines
425 B
Text
config INFINIBAND_IPATH
|
|
tristate "QLogic InfiniPath Driver"
|
|
depends on (PCI_MSI || HT_IRQ) && 64BIT && NET
|
|
---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).
|