From: Brian King Makes ipr depend on CONFIG_PPC since this driver is unique to PPC hardware. (It actually builds OK on x86, but it heavily uses anonymous unions, which breaks on gcc-2.95) Signed-off-by: Andrew Morton --- 25-akpm/drivers/scsi/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/Kconfig~ipr-ppc64-depends drivers/scsi/Kconfig --- 25/drivers/scsi/Kconfig~ipr-ppc64-depends Wed Jun 9 14:37:26 2004 +++ 25-akpm/drivers/scsi/Kconfig Wed Jun 9 14:37:26 2004 @@ -993,7 +993,7 @@ config SCSI_SYM53C8XX_IOMAPPED config SCSI_IPR tristate "IBM Power Linux RAID adapter support" - depends on PCI && SCSI + depends on PCI && SCSI && PPC select FW_LOADER ---help--- This driver supports the IBM Power Linux family RAID adapters. _