mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
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>
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
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).
|