diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2007-06-27 03:32:50 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:37:39 -0400 |
commit | 4d68041907b150b07640b607c6c626391cf3fe8b (patch) | |
tree | 13672f3d6c86dd8ff7405650d6ef4d931eee3b90 /drivers/scsi/Kconfig | |
parent | 09345f65058bb927f3b3f4c33421f83ba8eeb5f8 (diff) |
[SCSI] ibmvscsi: convert to use the srp transport class
This converts ibmvscsi to use the srp transport class.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 50d3062577dc..778dc0fb1e4f 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -839,6 +839,7 @@ config SCSI_IPS | |||
839 | config SCSI_IBMVSCSI | 839 | config SCSI_IBMVSCSI |
840 | tristate "IBM Virtual SCSI support" | 840 | tristate "IBM Virtual SCSI support" |
841 | depends on PPC_PSERIES || PPC_ISERIES | 841 | depends on PPC_PSERIES || PPC_ISERIES |
842 | select SCSI_SRP_ATTRS | ||
842 | help | 843 | help |
843 | This is the IBM POWER Virtual SCSI Client | 844 | This is the IBM POWER Virtual SCSI Client |
844 | 845 | ||