From: David S. Miller Date: Mon, 4 Jun 2007 00:56:04 +0000 (-0700) Subject: [SCSI] JAZZ ESP and SUN ESP need SPI_ATTRS X-Git-Tag: v2.6.22-rc4~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a2430708fb8f31c084503cb47240483ec2c2662;p=platform%2Fkernel%2Flinux-3.10.git [SCSI] JAZZ ESP and SUN ESP need SPI_ATTRS Reported by Meelis Roos. Signed-off-by: David S. Miller Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 572034c..2b2f5c1 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1532,6 +1532,7 @@ source "drivers/scsi/arm/Kconfig" config JAZZ_ESP bool "MIPS JAZZ FAS216 SCSI support" depends on MACH_JAZZ && SCSI + select SCSI_SPI_ATTRS help This is the driver for the onboard SCSI host adapter of MIPS Magnum 4000, Acer PICA, Olivetti M700-10 and a few other identical OEM @@ -1756,6 +1757,7 @@ config SUN3X_ESP config SCSI_SUNESP tristate "Sparc ESP Scsi Driver" depends on SBUS && SCSI + select SCSI_SPI_ATTRS help This is the driver for the Sun ESP SCSI host adapter. The ESP chipset is present in most SPARC SBUS-based computers.