From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751400AbWIXWlH (ORCPT ); Sun, 24 Sep 2006 18:41:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751489AbWIXWlH (ORCPT ); Sun, 24 Sep 2006 18:41:07 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:48069 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1751400AbWIXWlE (ORCPT ); Sun, 24 Sep 2006 18:41:04 -0400 Date: Sun, 24 Sep 2006 23:41:00 +0100 From: Al Viro To: Linus Torvalds Cc: Jeff Garzik , linux-kernel@vger.kernel.org Subject: [PATCH] libata won't build on SUN4 Message-ID: <20060924224100.GW29920@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org marked as such... Signed-off-by: Al Viro --- drivers/ata/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 702fcc3..99837d9 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -7,6 +7,7 @@ menu "Serial ATA (prod) and Parallel ATA config ATA tristate "ATA device support" depends on !(M32R || M68K) || BROKEN + depends on !SUN4 || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or -- 1.4.2.GIT