Kconfig 865 B

12345678910111213141516171819202122232425262728
  1. config INFINIBAND_CXGB3
  2. tristate "Chelsio RDMA Driver"
  3. depends on CHELSIO_T3 && INET
  4. select GENERIC_ALLOCATOR
  5. ---help---
  6. This is an iWARP/RDMA driver for the Chelsio T3 1GbE and
  7. 10GbE adapters.
  8. For general information about Chelsio and our products, visit
  9. our website at <http://www.chelsio.com>.
  10. For customer support, please visit our customer support page at
  11. <http://www.chelsio.com/support.html>.
  12. Please send feedback to <linux-bugs@chelsio.com>.
  13. To compile this driver as a module, choose M here: the module
  14. will be called iw_cxgb3.
  15. config INFINIBAND_CXGB3_DEBUG
  16. bool "Verbose debugging output"
  17. depends on INFINIBAND_CXGB3
  18. default n
  19. ---help---
  20. This option causes the Chelsio RDMA driver to produce copious
  21. amounts of debug messages. Select this if you are developing
  22. the driver or trying to diagnose a problem.