From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262896AbVG2WlR (ORCPT ); Fri, 29 Jul 2005 18:41:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262884AbVG2Wij (ORCPT ); Fri, 29 Jul 2005 18:38:39 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:55559 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S262909AbVG2WgS (ORCPT ); Fri, 29 Jul 2005 18:36:18 -0400 Date: Sat, 30 Jul 2005 00:36:15 +0200 From: Adrian Bunk To: Andrew Morton Cc: len.brown@intel.com, acpi-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [RFC: 2.6 patch] enable ACPI_HOTPLUG_CPU automatically if HOTPLUG_CPU=y Message-ID: <20050729223615.GB5590@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Does the combination - HOTPLUG_CPU=y - ACPI_PROCESSOR=y - ACPI_HOTPLUG_CPU=n make any sense? If not, please apply this patch. Signed-off-by: Adrian Bunk --- This patch was already sent on: - 12 Jul 2005 --- linux-2.6.13-rc2-mm2-full/drivers/acpi/Kconfig.old 2005-07-12 21:45:41.000000000 +0200 +++ linux-2.6.13-rc2-mm2-full/drivers/acpi/Kconfig 2005-07-12 21:46:04.000000000 +0200 @@ -153,12 +153,10 @@ support it. config ACPI_HOTPLUG_CPU - bool "Processor Hotplug (EXPERIMENTAL)" - depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL + bool + depends on ACPI_PROCESSOR && HOTPLUG_CPU select ACPI_CONTAINER - default n - ---help--- - Select this option if your platform support physical CPU hotplug. + default y config ACPI_THERMAL tristate "Thermal Zone"