diff options
author | Brian King <brking@us.ibm.com> | 2006-09-25 13:39:20 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-26 12:23:18 -0400 |
commit | 35a39691e4daa3c371c265e4cb8356c67ded45ec (patch) | |
tree | 96d2acac2a4115570c70dc709a1e0ab7e46ec059 /drivers/scsi/Kconfig | |
parent | d7694f8c0bb61829b1bd4d5543a51c66f04a6c3e (diff) |
[SCSI] ipr: Support attaching SATA devices
Adds support to attach SATA devices to ipr SAS adapters.
Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d76c86979134..8a22a71280a4 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1014,7 +1014,7 @@ config SCSI_SYM53C8XX_MMIO | |||
1014 | 1014 | ||
1015 | config SCSI_IPR | 1015 | config SCSI_IPR |
1016 | tristate "IBM Power Linux RAID adapter support" | 1016 | tristate "IBM Power Linux RAID adapter support" |
1017 | depends on PCI && SCSI | 1017 | depends on PCI && SCSI && ATA |
1018 | select FW_LOADER | 1018 | select FW_LOADER |
1019 | ---help--- | 1019 | ---help--- |
1020 | This driver supports the IBM Power Linux family RAID adapters. | 1020 | This driver supports the IBM Power Linux family RAID adapters. |