diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2009-01-06 00:57:24 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-08 00:25:14 -0500 |
commit | d2b4397bf87cf6547ca9fa75b6b84eada96c0848 (patch) | |
tree | 60473f17313eadb8de7cf04b14e279e7d74a9d51 /drivers/scsi/Kconfig | |
parent | c6ac71a14aec8278507a71d9d9f496dc9adad010 (diff) |
powerpc: Fix iseries drivers build failure without CONFIG_VIOPATH
iSeries dependent drivers fail to build, when CONFIG_VIOPATH is disabled.
Fix the problem by making those drivers select it.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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 b7322976d2b7..256c7bec7bd7 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -884,6 +884,7 @@ config SCSI_IBMVSCSI | |||
884 | tristate "IBM Virtual SCSI support" | 884 | tristate "IBM Virtual SCSI support" |
885 | depends on PPC_PSERIES || PPC_ISERIES | 885 | depends on PPC_PSERIES || PPC_ISERIES |
886 | select SCSI_SRP_ATTRS | 886 | select SCSI_SRP_ATTRS |
887 | select VIOPATH if PPC_ISERIES | ||
887 | help | 888 | help |
888 | This is the IBM POWER Virtual SCSI Client | 889 | This is the IBM POWER Virtual SCSI Client |
889 | 890 | ||