xref: /linux/drivers/infiniband/hw/cxgb4/Kconfig (revision f30c3ff3f0e8305d6c1a210df6d588a13333b8f7)
1# SPDX-License-Identifier: GPL-2.0-only
2config INFINIBAND_CXGB4
3	tristate "Chelsio T4/T5 RDMA Driver"
4	depends on CHELSIO_T4 && INET
5	depends on INFINIBAND_ADDR_TRANS
6	select CHELSIO_LIB
7	select GENERIC_ALLOCATOR
8	help
9	  This is an iWARP/RDMA driver for the Chelsio T4 and T5
10	  1GbE, 10GbE adapters and T5 40GbE adapter.
11
12	  For general information about Chelsio and our products, visit
13	  our website at <http://www.chelsio.com>.
14
15	  For customer support, please visit our customer support page at
16	  <http://www.chelsio.com/support.html>.
17
18	  Please send feedback to <linux-bugs@chelsio.com>.
19
20	  To compile this driver as a module, choose M here: the module
21	  will be called iw_cxgb4.
22