Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757521AbYHTX2L (ORCPT ); Wed, 20 Aug 2008 19:28:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755112AbYHTX15 (ORCPT ); Wed, 20 Aug 2008 19:27:57 -0400 Received: from khc.piap.pl ([195.187.100.11]:51451 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754309AbYHTX14 (ORCPT ); Wed, 20 Aug 2008 19:27:56 -0400 To: Grant Coady Cc: Alan Cox , Mikael Pettersson , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ATA Kconfig cleanup: sort the driver list and modify some text References: <18598.42334.73411.476062@harpo.it.uu.se> <20080816113224.5562a9a6@lxorguk.ukuu.org.uk> <5rkha4l846d0benss3hip3nvr0cmnfi1k4@4ax.com> From: Krzysztof Halasa Date: Thu, 21 Aug 2008 01:27:52 +0200 In-Reply-To: <5rkha4l846d0benss3hip3nvr0cmnfi1k4@4ax.com> (Grant Coady's message of "Mon\, 18 Aug 2008 11\:47\:46 +1000") Message-ID: 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 Content-Length: 985 Lines: 31 Grant Coady writes: > --- linux-2.6.27-rc3a/drivers/ata/Kconfig 2008-07-14 07:51:29.000000000 +1000 > +++ linux-2.6.27-rc3c/drivers/ata/Kconfig 2008-08-18 11:29:20.871422237 +1000 > @@ -3,7 +3,7 @@ > # > > menuconfig ATA > - tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers" > + tristate "Serial ATA and Parallel ATA (SATA/PATA) drivers" I don't think so. Maybe > + tristate "Serial ATA (SATA) and Parallel ATA (PATA) drivers" > config ATA_SFF > bool "ATA SFF support" > default y > @@ -93,123 +93,15 @@ > > if ATA_SFF How the user compiling the kernel knows what ATA_SFF stands for? Why not "select ATA_SFF" instead (when any driver using this is selected)? -- Krzysztof Halasa -- 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/