diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2008-05-01 17:50:04 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-06-05 10:23:40 -0400 |
commit | 5e7dccad3621f6e2b572f309cf830a2c902cae80 (patch) | |
tree | 8eb76b8904c479f7c15766aa37283046b3ebf23e /drivers/scsi/device_handler/Kconfig | |
parent | f6dd337ee4c440f29a873da3779eb3af44bd1623 (diff) |
[SCSI] scsi_dh: add EMC Clariion device handler
This adds support for EMC Clariions. This patch has the features that
currently exists in mainline and advanced features from Ed's patches.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/device_handler/Kconfig')
-rw-r--r-- | drivers/scsi/device_handler/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/Kconfig b/drivers/scsi/device_handler/Kconfig index 61578d84fa6e..2adc0f666b68 100644 --- a/drivers/scsi/device_handler/Kconfig +++ b/drivers/scsi/device_handler/Kconfig | |||
@@ -24,3 +24,9 @@ config SCSI_DH_HP_SW | |||
24 | If you have a HP/COMPAQ MSA device that requires START_STOP to | 24 | If you have a HP/COMPAQ MSA device that requires START_STOP to |
25 | be sent to start it and cannot upgrade the firmware then select y. | 25 | be sent to start it and cannot upgrade the firmware then select y. |
26 | Otherwise, say N. | 26 | Otherwise, say N. |
27 | |||
28 | config SCSI_DH_EMC | ||
29 | tristate "EMC CLARiiON Device Handler" | ||
30 | depends on SCSI_DH | ||
31 | help | ||
32 | If you have a EMC CLARiiON select y. Otherwise, say N. | ||