1# SPDX-License-Identifier: GPL-2.0-only 2config SCSI_CHELSIO_FCOE 3 tristate "Chelsio Communications FCoE support" 4 depends on PCI && SCSI 5 depends on SCSI_FC_ATTRS 6 select FW_LOADER 7 help 8 This driver supports FCoE Offload functionality over 9 Chelsio T4-based 10Gb Converged Network Adapters. 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 csiostor. 21