aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorFelix Beck <felix.beck@de.ibm.com>2010-07-16 09:37:42 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-07-28 10:48:56 -0400
commitef3eb71d8ba4fd9d48c5f9310bc9d90ca00323b4 (patch)
tree9903cbae6c03184687c51b4be926572913cda93f /drivers/scsi/Kconfig
parentdcc18f48a2f1a44c5e8848f30d0cf53a8066c62a (diff)
[SCSI] zfcp: Introduce experimental support for DIF/DIX
Introduce support for DIF/DIX in zfcp: Report the capabilities for the Scsi_host, map the protection data when issuing I/O requests and handle the new error codes. Also add the fsf data_direction field to the hba trace, it is useful information for debugging in that area. This is an EXPERIMENTAL feature for now. Signed-off-by: Felix Beck <felix.beck@de.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 75f2336807cb..158284f05732 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1847,6 +1847,10 @@ config ZFCP
1847 called zfcp. If you want to compile it as a module, say M here 1847 called zfcp. If you want to compile it as a module, say M here
1848 and read <file:Documentation/kbuild/modules.txt>. 1848 and read <file:Documentation/kbuild/modules.txt>.
1849 1849
1850config ZFCP_DIF
1851 tristate "T10 DIF/DIX support for the zfcp driver (EXPERIMENTAL)"
1852 depends on ZFCP && EXPERIMENTAL
1853
1850config SCSI_PMCRAID 1854config SCSI_PMCRAID
1851 tristate "PMC SIERRA Linux MaxRAID adapter support" 1855 tristate "PMC SIERRA Linux MaxRAID adapter support"
1852 depends on PCI && SCSI 1856 depends on PCI && SCSI