| 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 | 
 | 17 | 	  userspace processes to send and receive MADs. You will also  | 
 | 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 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | source "drivers/infiniband/hw/mthca/Kconfig" | 
 | 33 |  | 
 | 34 | source "drivers/infiniband/ulp/ipoib/Kconfig" | 
 | 35 |  | 
| Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame^] | 36 | source "drivers/infiniband/ulp/srp/Kconfig" | 
 | 37 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | endmenu |