aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2012-03-07 13:35:38 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-03-08 18:35:15 -0500
commit7834799a6c8fed36d06d6b78bfd17831ecfa93c4 (patch)
treeeee30cb0664c680b6e40d56e7787d5e31421ebdf /drivers/scsi/Kconfig
parente92a665949f6fabd2d25708e00239866f91a644f (diff)
powerpc: remove the legacy iSeries part of ibmvscsi
The PowerPC legacy iSeries platform is being removed and this code is no longer selectable. There is more clean up that can be done, but this just gets the old code out of the way. Cc: "James E.J. Bottomley" <JBottomley@parallels.com> Cc: Brian King <brking@linux.vnet.ibm.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 16570aa84aac..e38d843a2915 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -967,9 +967,8 @@ config SCSI_IPS
967 967
968config SCSI_IBMVSCSI 968config SCSI_IBMVSCSI
969 tristate "IBM Virtual SCSI support" 969 tristate "IBM Virtual SCSI support"
970 depends on PPC_PSERIES || PPC_ISERIES 970 depends on PPC_PSERIES
971 select SCSI_SRP_ATTRS 971 select SCSI_SRP_ATTRS
972 select VIOPATH if PPC_ISERIES
973 help 972 help
974 This is the IBM POWER Virtual SCSI Client 973 This is the IBM POWER Virtual SCSI Client
975 974