Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "InfiniBand support" |
2 | |||||
3 | config INFINIBAND | ||||
4 | tristate "InfiniBand support" | ||||
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 | |||||
10 | source "drivers/infiniband/hw/mthca/Kconfig" | ||||
11 | |||||
12 | source "drivers/infiniband/ulp/ipoib/Kconfig" | ||||
13 | |||||
14 | endmenu |