From: "Adam Kropelin" <[EMAIL PROTECTED]>
Date: Sun, 15 Apr 2007 12:03:26 -0400
> I hit a small build glitch: Wwith the new driver, the combination...
> CONFIG_SCSI_SPI_ATTRS=m
> CONFIG_SCSI_SUNESP=y
>
Missing Kconfig bits, I'll fix this with the following
patch thanks:
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 4cd280e..5e5ae79 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1766,6 +1766,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 sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html