blob: a193dfbf99d2f38dd6c9066efb63daeaa14d3b1b [file] [log] [blame]
Jan Engelhardt06cc8502007-05-23 14:21:22 -07001menuconfig INFINIBAND
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 tristate "InfiniBand support"
Jan Engelhardt06cc8502007-05-23 14:21:22 -07003 depends on PCI || BROKEN
4 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 ---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
Jan Engelhardt06cc8502007-05-23 14:21:22 -070010if INFINIBAND
11
James Lentini17781cd2005-09-07 12:43:08 -070012config INFINIBAND_USER_MAD
13 tristate "InfiniBand userspace MAD support"
Roland Dreier2d927d62005-07-07 17:57:14 -070014 depends on INFINIBAND
15 ---help---
James Lentini17781cd2005-09-07 12:43:08 -070016 Userspace InfiniBand Management Datagram (MAD) support. This
17 is the kernel side of the userspace MAD support, which allows
Roland Dreier3cd96562006-09-22 15:22:46 -070018 userspace processes to send and receive MADs. You will also
James Lentini17781cd2005-09-07 12:43:08 -070019 need libibumad from <http://www.openib.org>.
20
21config INFINIBAND_USER_ACCESS
22 tristate "InfiniBand userspace access (verbs and CM)"
James Lentini17781cd2005-09-07 12:43:08 -070023 ---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>.
Roland Dreier2d927d62005-07-07 17:57:14 -070031
Roland Dreierf7c6a7b2007-03-04 16:15:11 -080032config INFINIBAND_USER_MEM
33 bool
34 depends on INFINIBAND_USER_ACCESS != n
35 default y
36
Sean Hefty7025fcd2006-06-17 20:37:28 -070037config INFINIBAND_ADDR_TRANS
38 bool
Jan Engelhardt06cc8502007-05-23 14:21:22 -070039 depends on INET
Sean Hefty7025fcd2006-06-17 20:37:28 -070040 default y
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042source "drivers/infiniband/hw/mthca/Kconfig"
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080043source "drivers/infiniband/hw/ipath/Kconfig"
Heiko J Schickfab97222006-09-22 15:22:22 -070044source "drivers/infiniband/hw/ehca/Kconfig"
Tom Tuckerf94b5332006-09-22 15:22:48 -070045source "drivers/infiniband/hw/amso1100/Kconfig"
Steve Wiseb038ced2007-02-12 16:16:18 -080046source "drivers/infiniband/hw/cxgb3/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Roland Dreier225c7b12007-05-08 18:00:38 -070048source "drivers/infiniband/hw/mlx4/Kconfig"
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050source "drivers/infiniband/ulp/ipoib/Kconfig"
51
Roland Dreieraef9ec32005-11-02 14:07:13 -080052source "drivers/infiniband/ulp/srp/Kconfig"
53
Or Gerlitz3f1244a2006-05-11 10:03:30 +030054source "drivers/infiniband/ulp/iser/Kconfig"
55
Jan Engelhardt06cc8502007-05-23 14:21:22 -070056endif # INFINIBAND