Subject: [PATCH] CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRS Cc: linux-scsi@vger.kernel.org From: Geert Uytterhoeven The new mac_esp scsi driver needs CONFIG_SCSI_SPI_ATTRS, just like all other drivers using the new esp_scsi core. Signed-off-by: Geert Uytterhoeven --- drivers/scsi/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1678,6 +1678,7 @@ config MAC_SCSI config SCSI_MAC_ESP tristate "Macintosh NCR53c9[46] SCSI" depends on MAC && SCSI + select SCSI_SPI_ATTRS help This is the NCR 53c9x SCSI controller found on most of the 68040 based Macintoshes.