]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/infiniband/Kconfig
ipv6: AF_INET6 link address family
[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
631dd1a8 19 need libibumad from <http://www.openfabrics.org/downloads/management/>.
17781cd6
JL
20
21config INFINIBAND_USER_ACCESS
22 tristate "InfiniBand userspace access (verbs and CM)"
a265e558 23 select ANON_INODES
17781cd6
JL
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
631dd1a8 31 <http://www.openfabrics.org/git/>.
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
06cc8508 40 depends on INET
2c4ab624 41 depends on !(INFINIBAND = y && IPV6 = m)
7025fcd3
SH
42 default y
43
1da177e4 44source "drivers/infiniband/hw/mthca/Kconfig"
77d8798b 45source "drivers/infiniband/hw/ipath/Kconfig"
f931551b 46source "drivers/infiniband/hw/qib/Kconfig"
fab97220 47source "drivers/infiniband/hw/ehca/Kconfig"
f94b533d 48source "drivers/infiniband/hw/amso1100/Kconfig"
b038ced7 49source "drivers/infiniband/hw/cxgb3/Kconfig"
cfdda9d7 50source "drivers/infiniband/hw/cxgb4/Kconfig"
225c7b1f 51source "drivers/infiniband/hw/mlx4/Kconfig"
3c2d774c 52source "drivers/infiniband/hw/nes/Kconfig"
225c7b1f 53
1da177e4
LT
54source "drivers/infiniband/ulp/ipoib/Kconfig"
55
aef9ec39
RD
56source "drivers/infiniband/ulp/srp/Kconfig"
57
3f1244a2
OG
58source "drivers/infiniband/ulp/iser/Kconfig"
59
06cc8508 60endif # INFINIBAND