From patchwork Mon Sep 30 11:36:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 2964411 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ADA539F289 for ; Mon, 30 Sep 2013 11:37:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 20AD820268 for ; Mon, 30 Sep 2013 11:37:24 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6E98D201FB for ; Mon, 30 Sep 2013 11:37:19 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQbmr-0001YU-GN; Mon, 30 Sep 2013 11:37:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQbmp-0000dk-3K; Mon, 30 Sep 2013 11:37:11 +0000 Received: from mail-wi0-f174.google.com ([209.85.212.174]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQbmm-0000cl-W6 for linux-arm-kernel@lists.infradead.org; Mon, 30 Sep 2013 11:37:09 +0000 Received: by mail-wi0-f174.google.com with SMTP id hj3so3647498wib.13 for ; Mon, 30 Sep 2013 04:36:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=L01VyHOp3cEPCVrbUT0F1lGIUgXDRsurFSKrHXAfU+0=; b=JHxVw82KHl64b8rxFwPo9NuHm0uM6d6Cy0N2sSanFm0jsXPd5L403dyyQ6hfbM6ZqE WNzsxfU0SB3bfTKnHhbu1DmiEk37dj9bqgPjgiJ0Wa8XjGMW2CtSEG2noFfrwAE/mHKE e1d6w3eboXlqVWAZp4f4agKe5evxs8aRmDySEzUkyu9jxr62r1LhKOxHOjD3hovQ/nqP B3ZO//OA88g1tKY0+iFp30mi/+crSP/g0qdCqv+lJCKVlCB+T4k46anxa6rv1R8O3o08 g/jFgUy7JBdmwmOLR+C88A8rPa/+w6pP5XO6Fy/cWRSTMf5VbKXdKW7XLC796o76ePFv j8Ew== X-Gm-Message-State: ALoCoQmOctA9FQRckbXnYNa1utuItjkm1/u9QMgYt+hUXF4AtR5duJNYokUFjAriSQGuXfmKDa1w X-Received: by 10.180.94.233 with SMTP id df9mr13378518wib.63.1380541006423; Mon, 30 Sep 2013 04:36:46 -0700 (PDT) Received: from mai.home (AToulouse-654-1-326-179.w86-199.abo.wanadoo.fr. [86.199.213.179]) by mx.google.com with ESMTPSA id ev4sm25089930wib.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 04:36:45 -0700 (PDT) From: Daniel Lezcano To: linus.walleij@linaro.org, olof@lixom.net Subject: [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option Date: Mon, 30 Sep 2013 13:36:36 +0200 Message-Id: <1380540996-18521-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130930_073709_128116_D005E169 X-CRM114-Status: GOOD ( 10.50 ) X-Spam-Score: -0.1 (/) Cc: patches@linao.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD,SUSPICIOUS_RECIPS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the default config file, hence the cpuidle driver is no longer enabled since this commit. Enable it again by adding the missing option in the default config file. Signed-off-by: Daniel Lezcano --- arch/arm/configs/u8500_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index a0025dc..4bd93bf 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -20,6 +20,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8" CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y CONFIG_CPU_IDLE=y +CONFIG_ARM_U8500_CPUIDLE=y CONFIG_VFP=y CONFIG_NEON=y CONFIG_PM_RUNTIME=y