From patchwork Wed Oct 9 22:57:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3012471 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 09C7A9F245 for ; Wed, 9 Oct 2013 22:57:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 46B8A20272 for ; Wed, 9 Oct 2013 22:57:51 +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 4E5E420254 for ; Wed, 9 Oct 2013 22:57:50 +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 1VU2hN-0007dK-O3; Wed, 09 Oct 2013 22:57:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VU2hL-0003TS-4A; Wed, 09 Oct 2013 22:57:43 +0000 Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VU2hI-0003Sj-3f for linux-arm-kernel@lists.infradead.org; Wed, 09 Oct 2013 22:57:41 +0000 Received: by mail-pb0-f41.google.com with SMTP id rp2so1630475pbb.28 for ; Wed, 09 Oct 2013 15:57:17 -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=fsEYVo4ze3ErujtoESWjlbuIe2+apjv839ed4khi008=; b=aS1frXs3q45Aahxh81Ifr5WRC4W9INBOLvCZ2WDIk0UaooR91AiIIV+7YyBYtGp81a FxCtwHIp1ZyBylZDWq4UOLtwjOGggJ6zMdWYvuI9IXc4zKV+nDT4luJyrdN2rNaV4U+x zgvDMhmj6+lj2jVg2onoKXSV6jxaJYIWNjR6XOloKS5FgdNhuSLBQTZeLpoMriggRKlo 8HuzKjtQQirI6ygXbMkKRuAUOc7wR4viv9Oo0bPRAG/j6npcUXnlznBSE+Q8vpFsK/14 dzTKrKtg4tJTzruZvy6BjgBco517DY+vfLaMYxNn9DRy6Ov5ulkBcltt3p+kC5pugjOE Po5A== X-Received: by 10.69.4.100 with SMTP id cd4mr10320441pbd.120.1381359434415; Wed, 09 Oct 2013 15:57:14 -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 tx5sm48925791pbc.29.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 15:57:13 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 10 Oct 2013 07:57:42 +0900 Message-Id: <20131009225742.7558.62495.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Select GPIO in case of the r7s72100 SoC X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131009_185740_295111_3512DA57 X-CRM114-Status: UNSURE ( 6.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: khilman@linaro.org, arnd@arndb.de, Magnus Damm , horms@verge.net.au, 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 r7s72100 contains GPIO controllers so make sure the GPIO subsystem can be built by selecting ARCH_WANT_OPTIONAL_GPIOLIB. Signed-off-by: Magnus Damm --- Written against renesas-devel-20131008 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 18:26:15.000000000 +0900 @@ -109,6 +109,7 @@ config ARCH_EMEV2 config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" + select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select SH_CLK_CPG