Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271929AbTG2RZY (ORCPT ); Tue, 29 Jul 2003 13:25:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271933AbTG2RZX (ORCPT ); Tue, 29 Jul 2003 13:25:23 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:41970 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id S271929AbTG2RZT (ORCPT ); Tue, 29 Jul 2003 13:25:19 -0400 Date: Tue, 29 Jul 2003 19:24:32 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: Roman Zippel cc: Tomas Szepe , Alan Cox , lkml Subject: Re: [TRIVIAL] kill surplus menu in IDE Kconfig In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 756 Lines: 24 Thanks for doing this guys. I wanted to apply this but then I've noticed that it moves around some config options which are destined to die. So instead I want to: - kill CONFIG_BLK_DEV_IDE_MODES (and ide_modes.h) - kill CONFIG_BLK_DEV_PDC202XX - redo your changes in respect to CONFIG_BLK_DEV_IDE - use "if BLK_DEV_IDEDMA_PCI ... endif" instead of "depends on" - use "if IDE_CHIPSETS ... endif" instead of "depends on" Does it sound sane? If so I will later post patches for you review. :-) -- Bartlomiej - 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/