From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762153AbYEET1i (ORCPT ); Mon, 5 May 2008 15:27:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756790AbYEET1Z (ORCPT ); Mon, 5 May 2008 15:27:25 -0400 Received: from harold.telenet-ops.be ([195.130.133.65]:51714 "EHLO harold.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755296AbYEET1X (ORCPT ); Mon, 5 May 2008 15:27:23 -0400 Date: Mon, 5 May 2008 21:27:21 +0200 (CEST) From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton cc: James Bottomley , Linux/m68k , Linux Kernel Development , linux-scsi@vger.kernel.org Subject: [PATCH 3/3] CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRS In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 @@ -1679,6 +1679,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. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds