blob: 69a53d476b5b7ee2cb30dd88518ffb11cd73bf70 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "InfiniBand support"
2
3config INFINIBAND
Al Viroa2b2f452005-08-23 22:45:41 +01004 depends on PCI || BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 tristate "InfiniBand support"
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
James Lentini17781cd2005-09-07 12:43:08 -070011config INFINIBAND_USER_MAD
12 tristate "InfiniBand userspace MAD support"
Roland Dreier2d927d62005-07-07 17:57:14 -070013 depends on INFINIBAND
14 ---help---
James Lentini17781cd2005-09-07 12:43:08 -070015 Userspace InfiniBand Management Datagram (MAD) support. This
16 is the kernel side of the userspace MAD support, which allows
17 userspace processes to send and receive MADs. You will also
18 need libibumad from <http://www.openib.org>.
19
20config INFINIBAND_USER_ACCESS
21 tristate "InfiniBand userspace access (verbs and CM)"
22 depends on INFINIBAND
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>.
Roland Dreier2d927d62005-07-07 17:57:14 -070031
Sean Hefty7025fcd2006-06-17 20:37:28 -070032config INFINIBAND_ADDR_TRANS
33 bool
34 depends on INFINIBAND && INET
35 default y
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037source "drivers/infiniband/hw/mthca/Kconfig"
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080038source "drivers/infiniband/hw/ipath/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
40source "drivers/infiniband/ulp/ipoib/Kconfig"
41
Roland Dreieraef9ec32005-11-02 14:07:13 -080042source "drivers/infiniband/ulp/srp/Kconfig"
43
Or Gerlitz3f1244a2006-05-11 10:03:30 +030044source "drivers/infiniband/ulp/iser/Kconfig"
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046endmenu