2 tristate "InfiniBand support"
3 depends on PCI || BROKEN
7 Core support for InfiniBand (IB). Make sure to also select
8 any protocols you wish to use as well as drivers for your
13 config INFINIBAND_USER_MAD
14 tristate "InfiniBand userspace MAD support"
17 Userspace InfiniBand Management Datagram (MAD) support. This
18 is the kernel side of the userspace MAD support, which allows
19 userspace processes to send and receive MADs. You will also
20 need libibumad from <http://www.openfabrics.org/downloads/management/>.
22 config INFINIBAND_USER_ACCESS
23 tristate "InfiniBand userspace access (verbs and CM)"
26 Userspace InfiniBand access support. This enables the
27 kernel side of userspace verbs and the userspace
28 communication manager (CM). This allows userspace processes
29 to set up connections and directly access InfiniBand
30 hardware for fast-path operations. You will also need
31 libibverbs, libibcm and a hardware driver library from
32 <http://www.openfabrics.org/git/>.
34 config INFINIBAND_EXPERIMENTAL_UVERBS_FLOW_STEERING
35 bool "Experimental and unstable ABI for userspace access to flow steering verbs"
36 depends on INFINIBAND_USER_ACCESS
39 The final ABI for userspace access to flow steering verbs
40 has not been defined. To use the current ABI, *WHICH WILL
41 CHANGE IN THE FUTURE*, say Y here.
45 config INFINIBAND_USER_MEM
47 depends on INFINIBAND_USER_ACCESS != n
50 config INFINIBAND_ADDR_TRANS
53 depends on !(INFINIBAND = y && IPV6 = m)
56 source "drivers/infiniband/hw/mthca/Kconfig"
57 source "drivers/infiniband/hw/ipath/Kconfig"
58 source "drivers/infiniband/hw/qib/Kconfig"
59 source "drivers/infiniband/hw/ehca/Kconfig"
60 source "drivers/infiniband/hw/amso1100/Kconfig"
61 source "drivers/infiniband/hw/cxgb3/Kconfig"
62 source "drivers/infiniband/hw/cxgb4/Kconfig"
63 source "drivers/infiniband/hw/mlx4/Kconfig"
64 source "drivers/infiniband/hw/mlx5/Kconfig"
65 source "drivers/infiniband/hw/nes/Kconfig"
66 source "drivers/infiniband/hw/ocrdma/Kconfig"
68 source "drivers/infiniband/ulp/ipoib/Kconfig"
70 source "drivers/infiniband/ulp/srp/Kconfig"
71 source "drivers/infiniband/ulp/srpt/Kconfig"
73 source "drivers/infiniband/ulp/iser/Kconfig"
74 source "drivers/infiniband/ulp/isert/Kconfig"