]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/infiniband/Kconfig
RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()
[net-next-2.6.git] / drivers / infiniband / Kconfig
CommitLineData
1da177e4 1menu "InfiniBand support"
e25df120 2 depends on HAS_IOMEM
1da177e4
LT
3
4config INFINIBAND
a2b2f45b 5 depends on PCI || BROKEN
1da177e4
LT
6 tristate "InfiniBand support"
7 ---help---
8 Core support for InfiniBand (IB). Make sure to also select
9 any protocols you wish to use as well as drivers for your
10 InfiniBand hardware.
11
17781cd6
JL
12config INFINIBAND_USER_MAD
13 tristate "InfiniBand userspace MAD support"
2d927d69
RD
14 depends on INFINIBAND
15 ---help---
17781cd6
JL
16 Userspace InfiniBand Management Datagram (MAD) support. This
17 is the kernel side of the userspace MAD support, which allows
3cd96564 18 userspace processes to send and receive MADs. You will also
17781cd6
JL
19 need libibumad from <http://www.openib.org>.
20
21config INFINIBAND_USER_ACCESS
22 tristate "InfiniBand userspace access (verbs and CM)"
23 depends on INFINIBAND
24 ---help---
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>.
2d927d69 32
f7c6a7b5
RD
33config INFINIBAND_USER_MEM
34 bool
35 depends on INFINIBAND_USER_ACCESS != n
36 default y
37
7025fcd3
SH
38config INFINIBAND_ADDR_TRANS
39 bool
40 depends on INFINIBAND && INET
41 default y
42
1da177e4 43source "drivers/infiniband/hw/mthca/Kconfig"
77d8798b 44source "drivers/infiniband/hw/ipath/Kconfig"
fab97220 45source "drivers/infiniband/hw/ehca/Kconfig"
f94b533d 46source "drivers/infiniband/hw/amso1100/Kconfig"
b038ced7 47source "drivers/infiniband/hw/cxgb3/Kconfig"
1da177e4 48
225c7b1f
RD
49source "drivers/infiniband/hw/mlx4/Kconfig"
50
1da177e4
LT
51source "drivers/infiniband/ulp/ipoib/Kconfig"
52
aef9ec39
RD
53source "drivers/infiniband/ulp/srp/Kconfig"
54
3f1244a2
OG
55source "drivers/infiniband/ulp/iser/Kconfig"
56
1da177e4 57endmenu