diff options
Diffstat (limited to 'drivers/scsi/csiostor/Kconfig')
-rw-r--r-- | drivers/scsi/csiostor/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/scsi/csiostor/Kconfig b/drivers/scsi/csiostor/Kconfig new file mode 100644 index 000000000000..4d03b032aa10 --- /dev/null +++ b/drivers/scsi/csiostor/Kconfig | |||
@@ -0,0 +1,19 @@ | |||
1 | config SCSI_CHELSIO_FCOE | ||
2 | tristate "Chelsio Communications FCoE support" | ||
3 | depends on PCI && SCSI | ||
4 | select SCSI_FC_ATTRS | ||
5 | select FW_LOADER | ||
6 | help | ||
7 | This driver supports FCoE Offload functionality over | ||
8 | Chelsio T4-based 10Gb Converged Network Adapters. | ||
9 | |||
10 | For general information about Chelsio and our products, visit | ||
11 | our website at <http://www.chelsio.com>. | ||
12 | |||
13 | For customer support, please visit our customer support page at | ||
14 | <http://www.chelsio.com/support.html>. | ||
15 | |||
16 | Please send feedback to <linux-bugs@chelsio.com>. | ||
17 | |||
18 | To compile this driver as a module choose M here; the module | ||
19 | will be called csiostor. | ||