From 683bc6cf4e9a88f163ece60d9d30ef75a0204cd4 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig <hch@lst.de> Date: Thu, 26 Aug 2004 02:56:26 -0400 Subject: [PATCH] [PATCH] mesh is ppc32-only mesh is only present on older 32bit pmac boards and doesn't compile on ppc64. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> --- drivers/scsi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fa045f0e5802..60015656c1f2 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1463,7 +1463,7 @@ config SCSI_DEBUG config SCSI_MESH tristate "MESH (Power Mac internal SCSI) support" - depends on PPC_PMAC && SCSI + depends on PPC32 && PPC_PMAC && SCSI help Many Power Macintoshes and clones have a MESH (Macintosh Enhanced SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the -- 2.30.9