Kconfig 488 B

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