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 2004-06-04 23:56:37.408406128 -0700 +++ 25-akpm/drivers/scsi/Kconfig 2004-06-04 23:56:37.413405368 -0700 @@ -987,7 +987,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. _