David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config INFINIBAND_CXGB3 |
| 3 | tristate "Chelsio RDMA Driver" |
| 4 | depends on CHELSIO_T3 |
| 5 | select GENERIC_ALLOCATOR |
| 6 | ---help--- |
| 7 | This is an iWARP/RDMA driver for the Chelsio T3 1GbE and |
| 8 | 10GbE adapters. |
| 9 | |
| 10 | For general information about Chelsio and our products, visit |
| 11 | our website at <http://www.chelsio.com>. |
| 12 | |
| 13 | For customer support, please visit our customer support page at |
| 14 | <http://www.chelsio.com/support.html>. |
| 15 | |
| 16 | Please send feedback to <linux-bugs@chelsio.com>. |
| 17 | |
| 18 | To compile this driver as a module, choose M here: the module |
| 19 | will be called iw_cxgb3. |