home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / infiniband / hw / nes / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  505 b   |  18 lines

  1. config INFINIBAND_NES
  2.     tristate "NetEffect RNIC Driver"
  3.     depends on PCI && INET && INFINIBAND
  4.     select LIBCRC32C
  5.     select INET_LRO
  6.     ---help---
  7.       This is a low-level driver for NetEffect RDMA enabled
  8.       Network Interface Cards (RNIC).
  9.  
  10. config INFINIBAND_NES_DEBUG
  11.     bool "Verbose debugging output"
  12.     depends on INFINIBAND_NES
  13.     default n
  14.     ---help---
  15.       This option causes the NetEffect RNIC driver to produce debug
  16.       messages.  Select this if you are developing the driver
  17.       or trying to diagnose a problem.
  18.