From patchwork Tue Oct 8 03:16:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3000061 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 22D209F464 for ; Tue, 8 Oct 2013 03:16:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 59F262012D for ; Tue, 8 Oct 2013 03:16:20 +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 4C13F2012B for ; Tue, 8 Oct 2013 03:16: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 1VTNmM-0002kr-IK; Tue, 08 Oct 2013 03:16:10 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTNmK-0007yV-40; Tue, 08 Oct 2013 03:16:08 +0000 Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTNmG-0007xj-Qu for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 03:16:05 +0000 Received: by mail-pd0-f178.google.com with SMTP id w10so8068404pde.9 for ; Mon, 07 Oct 2013 20:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=Q0CkxMMi0mn5Saj+vaFzNjdmnL4uhnRBSSXthWPaADI=; b=YsuYm7d6n2o8qVcur0obN2gL6I+5XysgP+R16pCHiv93k6m3EeWmTh2uIrwJ40V08E x8ymN2T8KQHAE1RcBsPxg10RnPXOl3RmglPs7Z9TLWZJxA4uK/5CpaF7CSTSXEuH20yf abStZIPeme8WYNGcKVBdsGwO+TfE4/Wh1bY/v4fMeIWzL7WZLE/byUT9IW8h/iFIAcj/ hQmERYMXDvkIrBzlXhVwCl21DSfjTonnURG1+txYphshWS/eyt2QM2inmWrK26FZS+tH rLz+jHDSITbwhmSyXv3vxzF8HRH0FmvugZanQDuR9RuuYnGi9hDBGlKyjY5emnKSbTaf spZg== X-Received: by 10.68.169.161 with SMTP id af1mr34500493pbc.22.1381202141377; Mon, 07 Oct 2013 20:15:41 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id ef10sm43520840pac.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 20:15:40 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 08 Oct 2013 12:16:08 +0900 Message-Id: <20131008031608.10122.53864.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Select IRQC in case of the r8a7791 SoC X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_231604_992888_1CC97207 X-CRM114-Status: UNSURE ( 6.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: khilman@linaro.org, arnd@arndb.de, Magnus Damm , ryo.kataoka.wt@renesas.com, hisashi.nakamura.ak@renesas.com, horms@verge.net.au, yoshikazu.fujikawa.ue@renesas.com, olof@lixom.net, linux-arm-kernel@lists.infradead.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=-4.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 From: Magnus Damm The r8a7791 contains IRQC hardware so make sure the driver gets built by selecting RENESAS_IRQC. Signed-off-by: Magnus Damm --- Written against renesas-devel-20131004 arch/arm/mach-shmobile/Kconfig | 1 + 1 file changed, 1 insertion(+) --- 0001/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-10-07 13:34:16.000000000 +0900 @@ -100,6 +100,7 @@ config ARCH_R8A7791 select ARM_GIC select CPU_V7 select SH_CLK_CPG + select RENESAS_IRQC config ARCH_EMEV2 bool "Emma Mobile EV2"