From patchwork Wed Aug 18 01:27:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 61982 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id BEC8AB70DC for ; Wed, 18 Aug 2010 11:27:46 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OlXRI-00056D-Qd; Wed, 18 Aug 2010 02:27:36 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OlXRG-00054s-Ch for kernel-team@lists.ubuntu.com; Wed, 18 Aug 2010 02:27:34 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OlXRG-0006TB-9e for ; Wed, 18 Aug 2010 02:27:34 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=localhost) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1OlXRF-0001tJ-Ry for kernel-team@lists.ubuntu.com; Wed, 18 Aug 2010 02:27:34 +0100 From: leann.ogasawara@canonical.com To: kernel-team@lists.ubuntu.com Subject: [PATCH 6/6] UBUNTU: [Config] Enable INTEL_IPS Date: Tue, 17 Aug 2010 18:27:10 -0700 Message-Id: X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/601057 Enable the Intel Intelligent Power Sharing driver for the Calpella platform. This provides support for dynamic power sharing between the CPU and GPU, maximizing performance in a given TDP. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ubuntu | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 9e40bac..5a9e5f2 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1974,6 +1974,7 @@ CONFIG_INPUT_YEALINK=m CONFIG_INSTRUCTION_DECODER=y CONFIG_INTEL_IDLE=m CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IPS=m CONFIG_INTEL_MENLOW=m # CONFIG_IOMMU_DEBUG is not set # CONFIG_IOMMU_STRESS is not set