diff options
author | Steffen Maier | 2011-08-15 14:40:30 +0200 |
---|---|---|
committer | James Bottomley | 2011-08-27 08:37:00 -0600 |
commit | cc405acee244310cc87ddc5e3f4bc61342ec8161 (patch) | |
tree | 8f814a83f0b950527fba5a9215ff866f875cf20b /drivers/scsi/Kconfig | |
parent | f0c568a478f03536602b1730b9473ee86d61d836 (diff) |
[SCSI] zfcp: non-experimental support for DIF/DIX
DIF/DIX support for zfcp is no longer experimental,
and config option is no longer necessary.
Return error from queuecommand for unsupported data directions.
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 74c967e0fbb1..c17aec0ea51c 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1881,10 +1881,6 @@ config ZFCP called zfcp. If you want to compile it as a module, say M here and read <file:Documentation/kbuild/modules.txt>. -config ZFCP_DIF - tristate "T10 DIF/DIX support for the zfcp driver (EXPERIMENTAL)" - depends on ZFCP && EXPERIMENTAL - config SCSI_PMCRAID tristate "PMC SIERRA Linux MaxRAID adapter support" depends on PCI && SCSI && NET |