3f5a6ca31c
ipath uses skb functions and won't build without CONFIG_NET. Spotted by Randy Dunlap. Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
10 lines
439 B
Plaintext
10 lines
439 B
Plaintext
config INFINIBAND_IPATH
|
|
tristate "QLogic InfiniPath Driver"
|
|
depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND && 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).
|