Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751682AbWHMW2I (ORCPT ); Sun, 13 Aug 2006 18:28:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751684AbWHMW2H (ORCPT ); Sun, 13 Aug 2006 18:28:07 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:45280 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1751682AbWHMW2G (ORCPT ); Sun, 13 Aug 2006 18:28:06 -0400 Subject: Re: [-mm patch] cleanup drivers/ata/Kconfig From: Alan Cox To: Adrian Bunk Cc: Andrew Morton , jgarzik@pobox.com, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org In-Reply-To: <20060813210106.GO3543@stusta.de> References: <20060813012454.f1d52189.akpm@osdl.org> <20060813210106.GO3543@stusta.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 13 Aug 2006 23:46:19 +0100 Message-Id: <1155509179.24077.172.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1332 Lines: 42 Ar Sul, 2006-08-13 am 23:01 +0200, ysgrifennodd Adrian Bunk: > One issue I noticed while creating this patch is that for the following > options the dependency and the prompt don't agree whether the option > is EXPERIMENTAL: > - SATA_SX4 > - PATA_AMD > - PATA_HPT3X3 > - PATA_SC1200 HPT3x3, SC1200 are experimental AMD is not intended to be any more. Thanks for spotting these. > config ATA_JMICRON > tristate "JMicron non-AHCI support (Experimental)" > - depends on ATA && PCI && EXPERIMENTAL > + depends on PCI && EXPERIMENTAL > help > This option enables support for Jmicron ATA controllers > ports running in non-AHCI mode. Where possible you should > set the configuration for AHCI to get better performance Actually I should mark this as non-experimental too but I'll do that and push it the proper path. > config PATA_LEGACY > tristate "Legacy ISA PATA support (Experimental)" > - depends on ATA && PCI && EXPERIMENTAL > + depends on PCI && EXPERIMENTAL My fault I suspect - shouldn't have been && PCI originally Acked-by: Alan Cox - 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/