Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262355AbVE0Ise (ORCPT ); Fri, 27 May 2005 04:48:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262382AbVE0Ise (ORCPT ); Fri, 27 May 2005 04:48:34 -0400 Received: from fmr22.intel.com ([143.183.121.14]:42974 "EHLO scsfmr002.sc.intel.com") by vger.kernel.org with ESMTP id S262355AbVE0Is3 (ORCPT ); Fri, 27 May 2005 04:48:29 -0400 Date: Fri, 27 May 2005 04:53:27 -0400 From: Len Brown To: torvalds@osdl.org Cc: acpi-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH] ACPI build fix for 2.6.12-rc5 Message-ID: <20050527085326.GA29767@toshiba.hsd1.ma.comcast.net> References: <20050527082150.GA24428@toshiba.hsd1.ma.comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050527082150.GA24428@toshiba.hsd1.ma.comcast.net> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 34 Linus, Please apply this CONFIG_ACPI=n build fix to 2.6.12-rc5 thanks, Len Fix 2.6.12 CONFIG_ACPI=n build regression. CONFIG_ACPI_BOOT shall be set only if CONFIG_ACPI. Signed-off-by: Len Brown --- linux-2.6.12-rc5/drivers/acpi/Kconfig.orig 2005-05-27 04:34:21.000000000 -0400 +++ linux-2.6.12-rc5/drivers/acpi/Kconfig 2005-05-27 04:07:52.000000000 -0400 @@ -40,13 +40,12 @@ config ACPI available at: +if ACPI + config ACPI_BOOT bool - depends on ACPI || X86_HT default y -if ACPI - config ACPI_INTERPRETER bool depends on !IA64_SGI_SN - 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/