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