]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/infiniband/Kconfig
RDMA/addr: Fix build breakage when IPv6 is disabled
[net-next-2.6.git] / drivers / infiniband / Kconfig
CommitLineData
06cc8508 1menuconfig INFINIBAND
1da177e4 2 tristate "InfiniBand support"
06cc8508
JE
3 depends on PCI || BROKEN
4 depends on HAS_IOMEM
1da177e4
LT
5 ---help---
6 Core support for InfiniBand (IB). Make sure to also select
7 any protocols you wish to use as well as drivers for your
8 InfiniBand hardware.
9
06cc8508
JE
10if INFINIBAND
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)"
17781cd6
JL
23 ---help---
24 Userspace InfiniBand access support. This enables the
25 kernel side of userspace verbs and the userspace
26 communication manager (CM). This allows userspace processes
27 to set up connections and directly access InfiniBand
28 hardware for fast-path operations. You will also need
29 libibverbs, libibcm and a hardware driver library from
30 <http://www.openib.org>.
2d927d69 31
f7c6a7b5
RD
32config INFINIBAND_USER_MEM
33 bool
34 depends on INFINIBAND_USER_ACCESS != n
35 default y
36
7025fcd3
SH
37config INFINIBAND_ADDR_TRANS
38 bool
06cc8508 39 depends on INET
2c4ab624 40 depends on !(INFINIBAND = y && IPV6 = m)
7025fcd3
SH
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"
225c7b1f 48source "drivers/infiniband/hw/mlx4/Kconfig"
3c2d774c 49source "drivers/infiniband/hw/nes/Kconfig"
225c7b1f 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
06cc8508 57endif # INFINIBAND