summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgbi/cxgb3i/Kconfig
diff options
context:
space:
mode:
authorkxie@chelsio.com <kxie@chelsio.com>2010-08-17 03:55:53 (GMT)
committerJames Bottomley <James.Bottomley@suse.de>2010-09-05 17:29:23 (GMT)
commit6f7efaabefebfbc523ea9776e3663a2d81b86399 (patch)
treeb77eb425e2320e0a15d149723b190ac09062b5ee /drivers/scsi/cxgbi/cxgb3i/Kconfig
parent7b36b6e03b0d6cee0948593a6a11841a457695b9 (diff)
downloadlinux-fsl-qoriq-6f7efaabefebfbc523ea9776e3663a2d81b86399.tar.xz
[SCSI] cxgb3i: change cxgb3i to use libcxgbi
Signed-off-by: Karen Xie <kxie@chelsio.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/cxgbi/cxgb3i/Kconfig')
-rw-r--r--drivers/scsi/cxgbi/cxgb3i/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/cxgb3i/Kconfig b/drivers/scsi/cxgbi/cxgb3i/Kconfig
new file mode 100644
index 0000000..5cf4e98
--- /dev/null
+++ b/drivers/scsi/cxgbi/cxgb3i/Kconfig
@@ -0,0 +1,7 @@
+config SCSI_CXGB3_ISCSI
+ tristate "Chelsio T3 iSCSI support"
+ depends on CHELSIO_T3_DEPENDS
+ select CHELSIO_T3
+ select SCSI_ISCSI_ATTRS
+ ---help---
+ This driver supports iSCSI offload for the Chelsio T3 devices.