| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "InfiniBand support" | 
|  | 2 |  | 
|  | 3 | config INFINIBAND | 
| Al Viro | a2b2f45 | 2005-08-23 22:45:41 +0100 | [diff] [blame] | 4 | depends on PCI || BROKEN | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | 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 Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 11 | config INFINIBAND_USER_MAD | 
|  | 12 | tristate "InfiniBand userspace MAD support" | 
| Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 13 | depends on INFINIBAND | 
|  | 14 | ---help--- | 
| James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 15 | Userspace InfiniBand Management Datagram (MAD) support.  This | 
|  | 16 | is the kernel side of the userspace MAD support, which allows | 
| Roland Dreier | 3cd9656 | 2006-09-22 15:22:46 -0700 | [diff] [blame^] | 17 | userspace processes to send and receive MADs. You will also | 
| James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 18 | need libibumad from <http://www.openib.org>. | 
|  | 19 |  | 
|  | 20 | config 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 Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 31 |  | 
| Sean Hefty | 7025fcd | 2006-06-17 20:37:28 -0700 | [diff] [blame] | 32 | config INFINIBAND_ADDR_TRANS | 
|  | 33 | bool | 
|  | 34 | depends on INFINIBAND && INET | 
|  | 35 | default y | 
|  | 36 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | source "drivers/infiniband/hw/mthca/Kconfig" | 
| Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 38 | source "drivers/infiniband/hw/ipath/Kconfig" | 
| Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 39 | source "drivers/infiniband/hw/ehca/Kconfig" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 |  | 
|  | 41 | source "drivers/infiniband/ulp/ipoib/Kconfig" | 
|  | 42 |  | 
| Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame] | 43 | source "drivers/infiniband/ulp/srp/Kconfig" | 
|  | 44 |  | 
| Or Gerlitz | 3f1244a | 2006-05-11 10:03:30 +0300 | [diff] [blame] | 45 | source "drivers/infiniband/ulp/iser/Kconfig" | 
|  | 46 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | endmenu |