1menu "InfiniBand support" 2 3config 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 10source "drivers/infiniband/hw/mthca/Kconfig" 11 12source "drivers/infiniband/ulp/ipoib/Kconfig" 13 14endmenu 15