From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venki Pallipadi Subject: [PATCH] memory power in config; show up only when it applies Date: Fri, 24 Oct 2008 11:00:35 -0700 Message-ID: <20081024175951.GA12789@linux-os.sc.intel.com> References: <20081023223906.GA26918@linux-os.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:51289 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbYJXSAg (ORCPT ); Fri, 24 Oct 2008 14:00:36 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: "Pallipadi, Venkatesh" , linux-kernel , "linux-acpi@vger.kernel.org" , Andrew Morton Len, One more one line patch. Thanks, Venki Repair the config option for I7300_IDLE. The menu will now only show up when applicable. Signed-off-by: Venkatesh Pallipadi --- drivers/idle/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/idle/Kconfig =================================================================== --- linux-2.6.orig/drivers/idle/Kconfig 2008-10-24 09:06:00.000000000 -0700 +++ linux-2.6/drivers/idle/Kconfig 2008-10-24 10:48:09.000000000 -0700 @@ -1,5 +1,6 @@ menu "Memory power savings" +depends on X86_64 config I7300_IDLE_IOAT_CHANNEL bool @@ -7,7 +8,6 @@ config I7300_IDLE_IOAT_CHANNEL config I7300_IDLE tristate "Intel chipset idle power saving driver" select I7300_IDLE_IOAT_CHANNEL - depends on X86_64 help Enable idle power savings with certain Intel server chipsets. The chipset must have I/O AT support, such as the Intel 7300.