From patchwork Mon Feb 1 18:07:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 44211 X-Patchwork-Delegate: apw@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 BEF94B7D54 for ; Tue, 2 Feb 2010 05:08:10 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nc0gv-000593-VA; Mon, 01 Feb 2010 18:08:06 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nc0gm-00054E-Nw for kernel-team@lists.ubuntu.com; Mon, 01 Feb 2010 18:07:56 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nc0gm-00040r-Mv for ; Mon, 01 Feb 2010 18:07:56 +0000 Received: from [199.223.125.189] (helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1Nc0gm-0004fV-0O for kernel-team@lists.ubuntu.com; Mon, 01 Feb 2010 18:07:56 +0000 From: Bryan Wu To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [Config] Enable CONFIG_TIMER_STATS for fsl-imx51 kernel Date: Mon, 1 Feb 2010 10:07:45 -0800 Message-Id: <1265047665-14371-3-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1265047665-14371-1-git-send-email-bryan.wu@canonical.com> References: <1265047665-14371-1-git-send-email-bryan.wu@canonical.com> 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/513241 For using powertop on armel hardware (at least for the bits and pieces where it can gather data on non x86 HW), it needs to enable CONFIG_TIMER_STATS. Signed-off-by: Bryan Wu --- debian.fsl-imx51/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu index e9f5b8d..4b57037 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -2422,7 +2422,7 @@ CONFIG_THERMAL_HWMON=y CONFIG_THRUSTMASTER_FF=y CONFIG_TICK_ONESHOT=y CONFIG_TIMERFD=y -# CONFIG_TIMER_STATS is not set +CONFIG_TIMER_STATS=y CONFIG_TIPC=m # CONFIG_TIPC_ADVANCED is not set # CONFIG_TIPC_DEBUG is not set