swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 63953523341bcafe5928bf6e99bffd7db94b471e authored by Linus Torvalds on 28 July 2005, 22:44:44 UTC
Linux 2.6.13-rc4
Tip revision: 6395352
Kconfig
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.

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
back to top