From patchwork Tue Apr 16 23:03:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2451461 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 20E913FD40 for ; Tue, 16 Apr 2013 23:04:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965585Ab3DPXEh (ORCPT ); Tue, 16 Apr 2013 19:04:37 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:33272 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965496Ab3DPXEh (ORCPT ); Tue, 16 Apr 2013 19:04:37 -0400 Received: by mail-lb0-f172.google.com with SMTP id u10so1061303lbi.31 for ; Tue, 16 Apr 2013 16:04:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=6SW260F0mZE2r4BWfprzJ7GxqdU+DpK16gIeutiflgM=; b=ULgmnVMdn5ggQiJiWBsLA1FoHqdt8EHTqSqUaRzhilwy5D6fNW2pS4GLTZS9XiCnxG gtnMudFYcDD+D4QfCsgTFvEp4JitBEMEiR/3R9OcnmuZjcBBAuUcKDdVOtePbY9TcZhN cJah3ZPp2u4jJX/bmdItFgf7eiuYh4/W2UVaktya3lNrT7+TTkdgyk1sNPE4wVY1KQ2O yuIaT/J7enGURcexRUGHzfy+/RRD3PHzZ0f/pK1Htcjc+QqScvmBdm6hErej7StaJXE9 ZHuSLSPVvjTPZSUfkE8fwZ3tet578F3IYpNuNCYYOGjcPy6PBzSmDpdDbHbhb9Qf9kpV pEFA== X-Received: by 10.112.164.65 with SMTP id yo1mr2354049lbb.107.1366153475598; Tue, 16 Apr 2013 16:04:35 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-82-36.pppoe.mtu-net.ru. [91.79.82.36]) by mx.google.com with ESMTPS id d3sm1599001lbr.17.2013.04.16.16.04.33 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 16 Apr 2013 16:04:34 -0700 (PDT) To: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org Subject: [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig From: Sergei Shtylyov Organization: Cogent Embedded Date: Wed, 17 Apr 2013 03:03:45 +0400 MIME-Version: 1.0 Message-Id: <201304170303.46193.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQlm8poAOPWwJ6YVOxZlv/tRbg56wCzkjFxDFomjG6zChk9kEUTld8Z5jhWdPgtqiHQixAaX Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Vladimir Barinov Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI, I2C, and Ether drivers to control the clocks... Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- The patch is atop of Simon's 'renesas.git' tree, 'renesas-next-20130416' tag. arch/arm/configs/bockw_defconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/configs/bockw_defconfig =================================================================== --- renesas.orig/arch/arm/configs/bockw_defconfig +++ renesas/arch/arm/configs/bockw_defconfig @@ -31,6 +31,7 @@ CONFIG_CMDLINE="console=ttySC0,115200 ig CONFIG_CMDLINE_FORCE=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_SUSPEND is not set +CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_UNIX=y CONFIG_INET=y