blob: 3cc3ff0cccb194b277eed00f7c13745f8f8cc323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menu "InfiniBand support"
config INFINIBAND
tristate "InfiniBand support"
---help---
Core support for InfiniBand (IB). Make sure to also select
any protocols you wish to use as well as drivers for your
InfiniBand hardware.
source "drivers/infiniband/hw/mthca/Kconfig"
source "drivers/infiniband/ulp/ipoib/Kconfig"
endmenu
|