Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753836AbYHJJ1x (ORCPT ); Sun, 10 Aug 2008 05:27:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752712AbYHJJ1p (ORCPT ); Sun, 10 Aug 2008 05:27:45 -0400 Received: from relay03.mail-hub.dodo.com.au ([123.2.6.238]:43192 "EHLO relay03.mail-hub.dodo.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752729AbYHJJ1p (ORCPT ); Sun, 10 Aug 2008 05:27:45 -0400 From: Grant Coady To: Grant Coady Cc: Grant Coady , Alan Cox , Krzysztof Halasa , "Robert P. J. Day" , Grant Coady , Linux Kernel Mailing List Subject: Re: [RFC PATCH] cleanup Serial ATA and Parallel ATA Kconfig try4 Date: Sun, 10 Aug 2008 19:27:34 +1000 Organization: http://bugsplatter.id.au/ Reply-To: Grant Coady Message-ID: References: <20080809103331.1d475d5c@lxorguk.ukuu.org.uk> <20080809141028.14db9bc7@lxorguk.ukuu.org.uk> <20080809215918.32f25c4b@lxorguk.ukuu.org.uk> In-Reply-To: X-Mailer: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 27 From: Grant Coady Cleanup ATA Kconfig, this applies after try4 to fix a dependency. Signed-off-by: Grant Coady --- Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.27-rc2e/drivers/ata/Kconfig~ 2008-08-10 18:12:52.495604924 +1000 +++ linux-2.6.27-rc2e/drivers/ata/Kconfig 2008-08-10 19:21:48.941431196 +1000 @@ -344,7 +344,7 @@ config ATA_PIIX tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" - depends on PCI && (ATA_SFF_PATA_SUPPORT || ATA_SFF_SATA) + depends on PCI && (ATA_SFF_PATA || ATA_SFF_SATA) help This option enables support for ICH5/6/7/8 Serial ATA and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/