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 | |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 11 | config INFINIBAND_USER_VERBS |
| 12 | tristate "InfiniBand userspace verbs support" |
| 13 | depends on INFINIBAND |
| 14 | ---help--- |
| 15 | Userspace InfiniBand verbs support. This is the kernel side |
| 16 | of userspace verbs, which allows userspace processes to |
| 17 | directly access InfiniBand hardware for fast-path |
| 18 | operations. You will also need libibverbs and a hardware |
| 19 | driver library from <http://www.openib.org>. |
| 20 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | source "drivers/infiniband/hw/mthca/Kconfig" |
| 22 | |
| 23 | source "drivers/infiniband/ulp/ipoib/Kconfig" |
| 24 | |
| 25 | endmenu |