2005-04-16 22:20:36 +00:00
|
|
|
menu "InfiniBand support"
|
|
|
|
|
|
|
|
config INFINIBAND
|
2005-08-23 21:45:41 +00:00
|
|
|
depends on PCI || BROKEN
|
2005-04-16 22:20:36 +00:00
|
|
|
tristate "InfiniBand support"
|
|
|
|
---help---
|
|
|
|
Core support for InfiniBand (IB). Make sure to also select
|
|
|
|
any protocols you wish to use as well as drivers for your
|
|
|
|
InfiniBand hardware.
|
|
|
|
|
2005-07-08 00:57:14 +00:00
|
|
|
config INFINIBAND_USER_VERBS
|
|
|
|
tristate "InfiniBand userspace verbs support"
|
|
|
|
depends on INFINIBAND
|
|
|
|
---help---
|
|
|
|
Userspace InfiniBand verbs support. This is the kernel side
|
|
|
|
of userspace verbs, which allows userspace processes to
|
|
|
|
directly access InfiniBand hardware for fast-path
|
|
|
|
operations. You will also need libibverbs and a hardware
|
|
|
|
driver library from <http://www.openib.org>.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
source "drivers/infiniband/hw/mthca/Kconfig"
|
|
|
|
|
|
|
|
source "drivers/infiniband/ulp/ipoib/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|