2005-04-16 18:20:36 -04:00
|
|
|
menu "InfiniBand support"
|
|
|
|
|
|
|
|
config INFINIBAND
|
2005-08-23 17:45:41 -04:00
|
|
|
depends on PCI || BROKEN
|
2005-04-16 18:20:36 -04: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-09-07 15:43:08 -04:00
|
|
|
config INFINIBAND_USER_MAD
|
|
|
|
tristate "InfiniBand userspace MAD support"
|
2005-07-07 20:57:14 -04:00
|
|
|
depends on INFINIBAND
|
|
|
|
---help---
|
2005-09-07 15:43:08 -04:00
|
|
|
Userspace InfiniBand Management Datagram (MAD) support. This
|
|
|
|
is the kernel side of the userspace MAD support, which allows
|
2006-09-22 18:22:46 -04:00
|
|
|
userspace processes to send and receive MADs. You will also
|
2005-09-07 15:43:08 -04:00
|
|
|
need libibumad from <http://www.openib.org>.
|
|
|
|
|
|
|
|
config INFINIBAND_USER_ACCESS
|
|
|
|
tristate "InfiniBand userspace access (verbs and CM)"
|
|
|
|
depends on INFINIBAND
|
|
|
|
---help---
|
|
|
|
Userspace InfiniBand access support. This enables the
|
|
|
|
kernel side of userspace verbs and the userspace
|
|
|
|
communication manager (CM). This allows userspace processes
|
|
|
|
to set up connections and directly access InfiniBand
|
|
|
|
hardware for fast-path operations. You will also need
|
|
|
|
libibverbs, libibcm and a hardware driver library from
|
|
|
|
<http://www.openib.org>.
|
2005-07-07 20:57:14 -04:00
|
|
|
|
2006-06-17 23:37:28 -04:00
|
|
|
config INFINIBAND_ADDR_TRANS
|
|
|
|
bool
|
|
|
|
depends on INFINIBAND && INET
|
|
|
|
default y
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
source "drivers/infiniband/hw/mthca/Kconfig"
|
2006-03-29 18:23:39 -05:00
|
|
|
source "drivers/infiniband/hw/ipath/Kconfig"
|
2006-09-22 18:22:22 -04:00
|
|
|
source "drivers/infiniband/hw/ehca/Kconfig"
|
2006-09-22 18:22:48 -04:00
|
|
|
source "drivers/infiniband/hw/amso1100/Kconfig"
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
source "drivers/infiniband/ulp/ipoib/Kconfig"
|
|
|
|
|
2005-11-02 17:07:13 -05:00
|
|
|
source "drivers/infiniband/ulp/srp/Kconfig"
|
|
|
|
|
2006-05-11 03:03:30 -04:00
|
|
|
source "drivers/infiniband/ulp/iser/Kconfig"
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
endmenu
|