head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 pro:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.07.21.03.53.43;  author kaurikim;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.07.21.03.53.43;  author kaurikim;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@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
@


1.1.1.1
log
@linux 2.6.13.5
@
text
@@
