]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/infiniband/Kconfig
IB/ipath: Deprecate ipath driver and move to staging.
[mirror_ubuntu-artful-kernel.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
2f85d24e
MB
6 depends on INET
7 depends on m || IPV6 != m
1da177e4
LT
8 ---help---
9 Core support for InfiniBand (IB). Make sure to also select
10 any protocols you wish to use as well as drivers for your
11 InfiniBand hardware.
12
06cc8508
JE
13if INFINIBAND
14
17781cd6
JL
15config INFINIBAND_USER_MAD
16 tristate "InfiniBand userspace MAD support"
2d927d69
RD
17 depends on INFINIBAND
18 ---help---
17781cd6
JL
19 Userspace InfiniBand Management Datagram (MAD) support. This
20 is the kernel side of the userspace MAD support, which allows
3cd96564 21 userspace processes to send and receive MADs. You will also
631dd1a8 22 need libibumad from <http://www.openfabrics.org/downloads/management/>.
17781cd6
JL
23
24config INFINIBAND_USER_ACCESS
25 tristate "InfiniBand userspace access (verbs and CM)"
a265e558 26 select ANON_INODES
17781cd6
JL
27 ---help---
28 Userspace InfiniBand access support. This enables the
29 kernel side of userspace verbs and the userspace
30 communication manager (CM). This allows userspace processes
31 to set up connections and directly access InfiniBand
32 hardware for fast-path operations. You will also need
33 libibverbs, libibcm and a hardware driver library from
631dd1a8 34 <http://www.openfabrics.org/git/>.
2d927d69 35
f7c6a7b5
RD
36config INFINIBAND_USER_MEM
37 bool
38 depends on INFINIBAND_USER_ACCESS != n
39 default y
40
860f10a7
SG
41config INFINIBAND_ON_DEMAND_PAGING
42 bool "InfiniBand on-demand paging support"
43 depends on INFINIBAND_USER_MEM
882214e2 44 select MMU_NOTIFIER
860f10a7
SG
45 default y
46 ---help---
47 On demand paging support for the InfiniBand subsystem.
48 Together with driver support this allows registration of
49 memory regions without pinning their pages, fetching the
50 pages on demand instead.
51
7025fcd3
SH
52config INFINIBAND_ADDR_TRANS
53 bool
2f85d24e 54 depends on INFINIBAND
7025fcd3
SH
55 default y
56
1da177e4 57source "drivers/infiniband/hw/mthca/Kconfig"
f931551b 58source "drivers/infiniband/hw/qib/Kconfig"
fab97220 59source "drivers/infiniband/hw/ehca/Kconfig"
f94b533d 60source "drivers/infiniband/hw/amso1100/Kconfig"
b038ced7 61source "drivers/infiniband/hw/cxgb3/Kconfig"
cfdda9d7 62source "drivers/infiniband/hw/cxgb4/Kconfig"
225c7b1f 63source "drivers/infiniband/hw/mlx4/Kconfig"
e126ba97 64source "drivers/infiniband/hw/mlx5/Kconfig"
3c2d774c 65source "drivers/infiniband/hw/nes/Kconfig"
fe2caefc 66source "drivers/infiniband/hw/ocrdma/Kconfig"
e3cf00d0 67source "drivers/infiniband/hw/usnic/Kconfig"
225c7b1f 68
1da177e4
LT
69source "drivers/infiniband/ulp/ipoib/Kconfig"
70
aef9ec39 71source "drivers/infiniband/ulp/srp/Kconfig"
a42d985b 72source "drivers/infiniband/ulp/srpt/Kconfig"
aef9ec39 73
3f1244a2 74source "drivers/infiniband/ulp/iser/Kconfig"
b8d26b3b 75source "drivers/infiniband/ulp/isert/Kconfig"
3f1244a2 76
06cc8508 77endif # INFINIBAND