diff options
Diffstat (limited to 'drivers/infiniband/Kconfig')
-rw-r--r-- | drivers/infiniband/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig new file mode 100644 index 000000000000..3cc3ff0cccb1 --- /dev/null +++ b/drivers/infiniband/Kconfig | |||
@@ -0,0 +1,14 @@ | |||
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 | ||