1config INFINIBAND_CXGB4 2 tristate "Chelsio T4/T5 RDMA Driver" 3 depends on CHELSIO_T4 && INET 4 depends on INFINIBAND_ADDR_TRANS 5 select CHELSIO_LIB 6 select GENERIC_ALLOCATOR 7 ---help--- 8 This is an iWARP/RDMA driver for the Chelsio T4 and T5 9 1GbE, 10GbE adapters and T5 40GbE adapter. 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 15 <http://www.chelsio.com/support.html>. 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. 21