Kconfig 691 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. For general information about Chelsio and our products, visit
  12. our website at <http://www.chelsio.com>.
  13. For customer support, please visit our customer support page at
  14. <http://www.chelsio.com/support.html>.
  15. Please send feedback to <[email protected]>.
  16. To compile this driver as a module, choose M here: the module
  17. will be called iw_cxgb4.