Kconfig 761 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
menu "InfiniBand support"

config INFINIBAND
4
	depends on PCI || BROKEN
L
Linus Torvalds 已提交
5 6 7 8 9 10
	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.

11 12 13 14 15 16 17 18 19 20
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>.

L
Linus Torvalds 已提交
21 22 23 24 25
source "drivers/infiniband/hw/mthca/Kconfig"

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

endmenu