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