brintos

brintos / linux-shallow public Read only

0
0
Text · 691 B · 9e2b2c3 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INFINIBAND_CXGB43	tristate "Chelsio T4/T5 RDMA Driver"4	depends on CHELSIO_T4 && INET5	depends on INFINIBAND_ADDR_TRANS6	select CHELSIO_LIB7	select GENERIC_ALLOCATOR8	help9	  This is an iWARP/RDMA driver for the Chelsio T4 and T510	  1GbE, 10GbE adapters and T5 40GbE adapter.11 12	  For general information about Chelsio and our products, visit13	  our website at <http://www.chelsio.com>.14 15	  For customer support, please visit our customer support page at16	  <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 module21	  will be called iw_cxgb4.22