diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2008-05-01 17:49:52 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-06-05 10:23:40 -0400 |
commit | fbd7ab3eb53a3b88fefa7873139a62e439860155 (patch) | |
tree | 74306c92bd924fbc68e4da0b9fe96b61320f2a75 /drivers/scsi/device_handler/Kconfig | |
parent | a6a8d9f87eb8510a8f53672ea87703f62185d75f (diff) |
[SCSI] scsi_dh: add lsi rdac device handler
This patch provides the device handler to support the LSI RDAC SCSI
based storage devices.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
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 228241d1d98c..404f37732627 100644 --- a/drivers/scsi/device_handler/Kconfig +++ b/drivers/scsi/device_handler/Kconfig | |||
@@ -10,3 +10,9 @@ menuconfig SCSI_DH | |||
10 | SCSI Device Handlers provide device specific support for | 10 | SCSI Device Handlers provide device specific support for |
11 | devices utilized in multipath configurations. Say Y here to | 11 | devices utilized in multipath configurations. Say Y here to |
12 | select support for specific hardware. | 12 | select support for specific hardware. |
13 | |||
14 | config SCSI_DH_RDAC | ||
15 | tristate "LSI RDAC Device Handler" | ||
16 | depends on SCSI_DH | ||
17 | help | ||
18 | If you have a LSI RDAC select y. Otherwise, say N. | ||