disable some mediatekl custom warnings
[GitHub/mt8127/android_kernel_alcatel_ttab.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
b2cbae2c 5 depends on NET
1da177e4
LT
6 ---help---
7 Core support for InfiniBand (IB). Make sure to also select
8 any protocols you wish to use as well as drivers for your
9 InfiniBand hardware.
10
06cc8508
JE
11if INFINIBAND
12
17781cd6
JL
13config INFINIBAND_USER_MAD
14 tristate "InfiniBand userspace MAD support"
2d927d69
RD
15 depends on INFINIBAND
16 ---help---
17781cd6
JL
17 Userspace InfiniBand Management Datagram (MAD) support. This
18 is the kernel side of the userspace MAD support, which allows
3cd96564 19 userspace processes to send and receive MADs. You will also
631dd1a8 20 need libibumad from <http://www.openfabrics.org/downloads/management/>.
17781cd6
JL
21
22config INFINIBAND_USER_ACCESS
23 tristate "InfiniBand userspace access (verbs and CM)"
a265e558 24 select ANON_INODES
17781cd6
JL
25 ---help---
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
631dd1a8 32 <http://www.openfabrics.org/git/>.
2d927d69 33
f7c6a7b5
RD
34config INFINIBAND_USER_MEM
35 bool
36 depends on INFINIBAND_USER_ACCESS != n
37 default y
38
7025fcd3
SH
39config INFINIBAND_ADDR_TRANS
40 bool
06cc8508 41 depends on INET
2c4ab624 42 depends on !(INFINIBAND = y && IPV6 = m)
7025fcd3
SH
43 default y
44
1da177e4 45source "drivers/infiniband/hw/mthca/Kconfig"
77d8798b 46source "drivers/infiniband/hw/ipath/Kconfig"
f931551b 47source "drivers/infiniband/hw/qib/Kconfig"
fab97220 48source "drivers/infiniband/hw/ehca/Kconfig"
f94b533d 49source "drivers/infiniband/hw/amso1100/Kconfig"
b038ced7 50source "drivers/infiniband/hw/cxgb3/Kconfig"
cfdda9d7 51source "drivers/infiniband/hw/cxgb4/Kconfig"
225c7b1f 52source "drivers/infiniband/hw/mlx4/Kconfig"
3c2d774c 53source "drivers/infiniband/hw/nes/Kconfig"
fe2caefc 54source "drivers/infiniband/hw/ocrdma/Kconfig"
225c7b1f 55
1da177e4
LT
56source "drivers/infiniband/ulp/ipoib/Kconfig"
57
aef9ec39 58source "drivers/infiniband/ulp/srp/Kconfig"
a42d985b 59source "drivers/infiniband/ulp/srpt/Kconfig"
aef9ec39 60
3f1244a2 61source "drivers/infiniband/ulp/iser/Kconfig"
b8d26b3b 62source "drivers/infiniband/ulp/isert/Kconfig"
3f1244a2 63
06cc8508 64endif # INFINIBAND