Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 7 Nov 2002 21:14:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 7 Nov 2002 21:14:05 -0500 Received: from 216-99-218-29.dsl.aracnet.com ([216.99.218.29]:51944 "EHLO dexter.groveronline.com") by vger.kernel.org with ESMTP id ; Thu, 7 Nov 2002 21:14:04 -0500 Date: Thu, 7 Nov 2002 18:20:39 -0800 (PST) From: Andy Grover To: marcelo@conectiva.com.br cc: linux-kernel@vger.kernel.org, Subject: [PATCH] Make ACPI unselectable in 2.4.20-rc1 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: 1175 Lines: 37 Hi Marcelo, My plan is to start feeding you bits of ACPI changes after 2.4.20 is released. However, for 2.4.20, I'd like to make sure the really old code in 2.4.20 doesn't bite any casual kernel builders. Please apply, Thanks -- Andy ===== arch/i386/config.in 1.35 vs edited ===== --- 1.35/arch/i386/config.in Mon Aug 19 06:23:29 2002 +++ edited/arch/i386/config.in Thu Nov 7 18:08:09 2002 @@ -298,11 +298,12 @@ bool 'Power Management support' CONFIG_PM if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM - - if [ "$CONFIG_ACPI" != "n" ]; then - source drivers/acpi/Config.in - fi + comment ' ACPI support disabled temporarily' +# dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM +# +# if [ "$CONFIG_ACPI" != "n" ]; then +# source drivers/acpi/Config.in +# fi fi dep_tristate ' Advanced Power Management BIOS support' CONFIG_APM $CONFIG_PM - 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/