2 tristate "InfiniBand support"
3 depends on PCI || BROKEN
6 Core support for InfiniBand (IB). Make sure to also select
7 any protocols you wish to use as well as drivers for your
12 config INFINIBAND_USER_MAD
13 tristate "InfiniBand userspace MAD support"
16 Userspace InfiniBand Management Datagram (MAD) support. This
17 is the kernel side of the userspace MAD support, which allows
18 userspace processes to send and receive MADs. You will also
19 need libibumad from <http://www.openib.org>.
21 config INFINIBAND_USER_ACCESS
22 tristate "InfiniBand userspace access (verbs and CM)"
25 Userspace InfiniBand access support. This enables the
26 kernel side of userspace verbs and the userspace
27 communication manager (CM). This allows userspace processes
28 to set up connections and directly access InfiniBand
29 hardware for fast-path operations. You will also need
30 libibverbs, libibcm and a hardware driver library from
31 <http://www.openib.org>.
33 config INFINIBAND_USER_MEM
35 depends on INFINIBAND_USER_ACCESS != n
38 config INFINIBAND_ADDR_TRANS
41 depends on !(INFINIBAND = y && IPV6 = m)
44 source "drivers/infiniband/hw/mthca/Kconfig"
45 source "drivers/infiniband/hw/ipath/Kconfig"
46 source "drivers/infiniband/hw/ehca/Kconfig"
47 source "drivers/infiniband/hw/amso1100/Kconfig"
48 source "drivers/infiniband/hw/cxgb3/Kconfig"
49 source "drivers/infiniband/hw/mlx4/Kconfig"
50 source "drivers/infiniband/hw/nes/Kconfig"
52 source "drivers/infiniband/ulp/ipoib/Kconfig"
54 source "drivers/infiniband/ulp/srp/Kconfig"
56 source "drivers/infiniband/ulp/iser/Kconfig"