aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/Kconfig
blob: 32cdfb30e9b46e1cead064e74f7a06ded25495e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
menu "InfiniBand support"

config INFINIBAND
	depends on PCI || BROKEN
	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.

config INFINIBAND_USER_VERBS
	tristate "InfiniBand userspace verbs support"
	depends on INFINIBAND
	---help---
	  Userspace InfiniBand verbs support.  This is the kernel side
	  of userspace verbs, which allows userspace processes to
	  directly access InfiniBand hardware for fast-path
	  operations.  You will also need libibverbs and a hardware
	  driver library from <http://www.openib.org>.

source "drivers/infiniband/hw/mthca/Kconfig"

source "drivers/infiniband/ulp/ipoib/Kconfig"

endmenu