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