From patchwork Wed Aug 20 13:31:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751231 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DCF1BC0338 for ; Wed, 20 Aug 2014 13:29:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 052AC20176 for ; Wed, 20 Aug 2014 13:29:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 07A5820170 for ; Wed, 20 Aug 2014 13:29:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751868AbaHTN3W (ORCPT ); Wed, 20 Aug 2014 09:29:22 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:54906 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbaHTN3V (ORCPT ); Wed, 20 Aug 2014 09:29:21 -0400 Received: by mail-pd0-f180.google.com with SMTP id v10so11941312pde.39 for ; Wed, 20 Aug 2014 06:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=E9PfumfqrYRz3e4VK2Um73GJ3b4Qn7fkRBShXSQSQWw=; b=cuiuG1+klv9FoTP+IUV3eRE9hL2bDZq/QyieD0vd/PwCIsZ5TxmZ1A4XaqKjGqX8fp Ehb+mbxiY6yGgnBHx0clojND6sEcBpp39Zog8TJzLoZ7d8l6tBS5Beu87NhvpjL4Nbvj 0CK7jsKDYMJy+sy0C8GlgkC4LANR3Ng5iAW4dj7U9fz7NP0Xs6pnEd/ersSpgxv0608x YHFbeXu9pRyuqpdJn+65PcPyaQQ3v1bZmsfEknrjlBYsfpeEDbPWnmBk8HxGDCsGjV60 Nw313Hi4VzDYHCWtOUIbWJl0sdgjuiU9PX12Xt9aoCfkAL0YguGIzlpw9CQ/lccEu3qq aZCQ== X-Received: by 10.70.130.195 with SMTP id og3mr50834053pdb.59.1408541359384; Wed, 20 Aug 2014 06:29:19 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id fr15sm34169502pdb.5.2014.08.20.06.29.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:29:18 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, geert+renesas@glider.be Date: Wed, 20 Aug 2014 22:31:34 +0900 Message-Id: <20140820133134.808.38907.sendpatchset@w520> In-Reply-To: <20140820133121.808.91022.sendpatchset@w520> References: <20140820133121.808.91022.sendpatchset@w520> Subject: [PATCH 01/06] ARM: shmobile: Consolidate GPIOLIB Kconfig bits Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Consolidate ARCH_WANT_OPTIONAL_GPIOLIB under ARCH_SHMOBILE so it can be shared by Legacy and Multiplatform. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -- 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 --- 0001/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2014-08-19 21:46:43.000000000 +0900 @@ -1,5 +1,6 @@ config ARCH_SHMOBILE bool + select ARCH_WANT_OPTIONAL_GPIOLIB menuconfig ARCH_SHMOBILE_MULTI bool "Renesas ARM SoCs" if ARCH_MULTI_V7 @@ -67,7 +68,6 @@ comment "Renesas ARM SoCs System Type" config ARCH_SH7372 bool "SH-Mobile AP4 (SH7372)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_CPU_SUSPEND if PM || CPU_IDLE select CPU_V7 select SH_CLK_CPG @@ -76,7 +76,6 @@ config ARCH_SH7372 config ARCH_SH73A0 bool "SH-Mobile AG5 (R8A73A00)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select I2C @@ -87,7 +86,6 @@ config ARCH_SH73A0 config ARCH_R8A73A4 bool "R-Mobile APE6 (R8A73A40)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select SH_CLK_CPG @@ -97,7 +95,6 @@ config ARCH_R8A73A4 config ARCH_R8A7740 bool "R-Mobile A1 (R8A77400)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select SH_CLK_CPG @@ -107,7 +104,6 @@ config ARCH_R8A7740 config ARCH_R8A7778 bool "R-Car M1A (R8A77781)" - select ARCH_WANT_OPTIONAL_GPIOLIB select CPU_V7 select SH_CLK_CPG select ARM_GIC @@ -116,7 +112,6 @@ config ARCH_R8A7778 config ARCH_R8A7779 bool "R-Car H1 (R8A77790)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select SH_CLK_CPG @@ -125,7 +120,6 @@ config ARCH_R8A7779 config ARCH_R8A7790 bool "R-Car H2 (R8A77900)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select MIGHT_HAVE_PCI @@ -136,7 +130,6 @@ config ARCH_R8A7790 config ARCH_R8A7791 bool "R-Car M2 (R8A77910)" - select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select MIGHT_HAVE_PCI