Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 1 | menuconfig INFINIBAND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | tristate "InfiniBand support" |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 3 | depends on PCI || BROKEN |
| 4 | depends on HAS_IOMEM |
Roland Dreier | b2cbae2 | 2011-05-20 11:46:11 -0700 | [diff] [blame] | 5 | depends on NET |
Matan Barak | 2f85d24 | 2014-01-16 17:16:47 +0200 | [diff] [blame] | 6 | depends on INET |
| 7 | depends on m || IPV6 != m |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 13 | if INFINIBAND |
| 14 | |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 15 | config INFINIBAND_USER_MAD |
| 16 | tristate "InfiniBand userspace MAD support" |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 17 | depends on INFINIBAND |
| 18 | ---help--- |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 19 | Userspace InfiniBand Management Datagram (MAD) support. This |
| 20 | is the kernel side of the userspace MAD support, which allows |
Roland Dreier | 3cd9656 | 2006-09-22 15:22:46 -0700 | [diff] [blame] | 21 | userspace processes to send and receive MADs. You will also |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 22 | need libibumad from <http://www.openfabrics.org/downloads/management/>. |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 23 | |
| 24 | config INFINIBAND_USER_ACCESS |
| 25 | tristate "InfiniBand userspace access (verbs and CM)" |
Roland Dreier | a265e55 | 2010-02-24 16:51:20 -0800 | [diff] [blame] | 26 | select ANON_INODES |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 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 |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 34 | <http://www.openfabrics.org/git/>. |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 35 | |
Roland Dreier | f7c6a7b | 2007-03-04 16:15:11 -0800 | [diff] [blame] | 36 | config INFINIBAND_USER_MEM |
| 37 | bool |
| 38 | depends on INFINIBAND_USER_ACCESS != n |
| 39 | default y |
| 40 | |
Sean Hefty | 7025fcd | 2006-06-17 20:37:28 -0700 | [diff] [blame] | 41 | config INFINIBAND_ADDR_TRANS |
| 42 | bool |
Matan Barak | 2f85d24 | 2014-01-16 17:16:47 +0200 | [diff] [blame] | 43 | depends on INFINIBAND |
Sean Hefty | 7025fcd | 2006-06-17 20:37:28 -0700 | [diff] [blame] | 44 | default y |
| 45 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | source "drivers/infiniband/hw/mthca/Kconfig" |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 47 | source "drivers/infiniband/hw/ipath/Kconfig" |
Ralph Campbell | f931551 | 2010-05-23 21:44:54 -0700 | [diff] [blame] | 48 | source "drivers/infiniband/hw/qib/Kconfig" |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 49 | source "drivers/infiniband/hw/ehca/Kconfig" |
Tom Tucker | f94b533 | 2006-09-22 15:22:48 -0700 | [diff] [blame] | 50 | source "drivers/infiniband/hw/amso1100/Kconfig" |
Steve Wise | b038ced | 2007-02-12 16:16:18 -0800 | [diff] [blame] | 51 | source "drivers/infiniband/hw/cxgb3/Kconfig" |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 52 | source "drivers/infiniband/hw/cxgb4/Kconfig" |
Roland Dreier | 225c7b1 | 2007-05-08 18:00:38 -0700 | [diff] [blame] | 53 | source "drivers/infiniband/hw/mlx4/Kconfig" |
Eli Cohen | e126ba9 | 2013-07-07 17:25:49 +0300 | [diff] [blame] | 54 | source "drivers/infiniband/hw/mlx5/Kconfig" |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 55 | source "drivers/infiniband/hw/nes/Kconfig" |
Parav Pandit | fe2caef | 2012-03-21 04:09:06 +0530 | [diff] [blame] | 56 | source "drivers/infiniband/hw/ocrdma/Kconfig" |
Upinder Malhi | e3cf00d | 2013-09-10 03:38:16 +0000 | [diff] [blame] | 57 | source "drivers/infiniband/hw/usnic/Kconfig" |
Roland Dreier | 225c7b1 | 2007-05-08 18:00:38 -0700 | [diff] [blame] | 58 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | source "drivers/infiniband/ulp/ipoib/Kconfig" |
| 60 | |
Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame] | 61 | source "drivers/infiniband/ulp/srp/Kconfig" |
Bart Van Assche | a42d985 | 2011-10-14 01:30:46 +0000 | [diff] [blame] | 62 | source "drivers/infiniband/ulp/srpt/Kconfig" |
Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame] | 63 | |
Or Gerlitz | 3f1244a | 2006-05-11 10:03:30 +0300 | [diff] [blame] | 64 | source "drivers/infiniband/ulp/iser/Kconfig" |
Nicholas Bellinger | b8d26b3 | 2013-03-07 00:56:19 -0800 | [diff] [blame] | 65 | source "drivers/infiniband/ulp/isert/Kconfig" |
Or Gerlitz | 3f1244a | 2006-05-11 10:03:30 +0300 | [diff] [blame] | 66 | |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 67 | endif # INFINIBAND |