From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Date: Sun, 3 Jun 2007 17:56:04 -0700 > On Sun, 03 Jun 2007 17:36:25 -0700 (PDT) David Miller wrote: > > > > > Reported by Meelis Roos. > > > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> > > > > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig > > index 572034c..e2b2838 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 CONFIG_SCSI_SPI_ATTRS > > select SCSI_SPI_ATTRS > (no CONFIG_) > > also below. My bad, sorry. Here is the fixed version. 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. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html