Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 1 | config INFINIBAND_CXGB4 |
Hariprasad S | 7d0a73a | 2014-04-26 00:51:18 +0530 | [diff] [blame] | 2 | tristate "Chelsio T4/T5 RDMA Driver" |
Yuval Shaia | be92d48 | 2017-09-06 13:52:01 +0300 | [diff] [blame] | 3 | depends on CHELSIO_T4 && INET |
Arnd Bergmann | e4b1672 | 2018-05-30 23:58:18 +0200 | [diff] [blame] | 4 | depends on INFINIBAND_ADDR_TRANS |
Varun Prakash | 85e42b0 | 2016-09-13 21:23:56 +0530 | [diff] [blame] | 5 | select CHELSIO_LIB |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 6 | select GENERIC_ALLOCATOR |
| 7 | ---help--- |
Hariprasad S | 7d0a73a | 2014-04-26 00:51:18 +0530 | [diff] [blame] | 8 | This is an iWARP/RDMA driver for the Chelsio T4 and T5 |
| 9 | 1GbE, 10GbE adapters and T5 40GbE adapter. |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 10 | |
| 11 | For general information about Chelsio and our products, visit |
| 12 | our website at <http://www.chelsio.com>. |
| 13 | |
| 14 | For customer support, please visit our customer support page at |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 15 | <http://www.chelsio.com/support.html>. |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 16 | |
| 17 | Please send feedback to <linux-bugs@chelsio.com>. |
| 18 | |
| 19 | To compile this driver as a module, choose M here: the module |
| 20 | will be called iw_cxgb4. |