From patchwork Wed Oct 19 15:21:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9384497 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6DB5460487 for ; Wed, 19 Oct 2016 15:26:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6020628BB6 for ; Wed, 19 Oct 2016 15:26:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 54A8128C0B; Wed, 19 Oct 2016 15:26:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E4C3C28BB6 for ; Wed, 19 Oct 2016 15:26:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwskI-00037V-81; Wed, 19 Oct 2016 15:25:34 +0000 Received: from mail-qt0-f180.google.com ([209.85.216.180]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwshz-0000IY-63 for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2016 15:23:13 +0000 Received: by mail-qt0-f180.google.com with SMTP id q7so24200560qtq.1 for ; Wed, 19 Oct 2016 08:22:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=E8uzKF2WXu5oT+uJndm44mVm4HVZeAAaBERLyVfJGGE=; b=Md2CrS4jJsb80F6qZ8SZeT87Q5O72+tTF3cQV07rMbIYdcuTmv7SBsCZWM8oq49sKq Q996gPpyUJjvU4qMAlTy9wrnQpt5fDH55RB0XsXzPePpwxl8Zeh2wU85XbwMlq7SbXIn xW16wqSlJYUpLB7qIjtP6YYuJHk+sIuH834l8Xhluw0Jq27cnNVMmqajlf/fYiKX69BX 9sC6DNXImPQOk+hFWc8x+E1DfJAxEDllmFOWL5ofDucsUcKx6Vql3A/wEbL7U0maGrL0 YTFEWm1U9+LIW6uvLAq5yXLojTnlLexszwMLHnn1p4RxoMY7ZroQM9sGSIzD5hc2MQZ+ 7AGA== 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:in-reply-to :references; bh=E8uzKF2WXu5oT+uJndm44mVm4HVZeAAaBERLyVfJGGE=; b=IjXPBTR74AHkPKaP+5uEgu0oJp14m38DLXavv0bIdVHvwuT25TS/QRR+0UBhTZi5aM 9DRklNcOeQZxxdPsDkITOfNEXWmWcqwShxYbZDWWXkhTLuRlVE2zztPwHCO0Ku56/aLQ v01Yf6RQhdiIV5JCxQMhRpoI/1yWCIjzRlVAxnRhaGybC7iAmfwa2CGa659PuZmCzPAN n7P+7F0RafOe9ktxoiTns85ipaZzgmhramtYsYQcTylyM6f6inWwfavKz3U4m03ogTxL EaTInIMIn+eu35bUX6s/7uNj64f+p4NN6AW6JCSEAteosRkyJ/VFU2BQ9BYKmO6JQEYB +nPg== X-Gm-Message-State: AA6/9RkY67HLQIDA38WjwgTMzKVgDZKGexxjDoX40HTtJPoc0Ip/qqvu7Yb99DbgbB0S+t9f X-Received: by 10.28.98.67 with SMTP id w64mr2933254wmb.50.1476890506221; Wed, 19 Oct 2016 08:21:46 -0700 (PDT) Received: from boomer.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id f2sm69725653wjr.2.2016.10.19.08.21.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2016 08:21:45 -0700 (PDT) From: Jerome Brunet To: Carlo Caione , Kevin Hilman , Catalin Marinas , Will Deacon Subject: [PATCH v2 6/9] ARM64: meson: enable MESON_IRQ_GPIO in Kconfig Date: Wed, 19 Oct 2016 17:21:17 +0200 Message-Id: <1476890480-8884-7-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1476890480-8884-1-git-send-email-jbrunet@baylibre.com> References: <1476890480-8884-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161019_082311_521995_E1607843 X-CRM114-Status: GOOD ( 11.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jason Cooper , Marc Zyngier , Linus Walleij , linux-kernel@vger.kernel.org, Russell King , linux-gpio@vger.kernel.org, Rob Herring , linux-amlogic@lists.infradead.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Jerome Brunet MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add select MESON_IRQ_GPIO in Kconfig for Amlogic's meson SoC family Signed-off-by: Jerome Brunet --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index cfbdf02ef566..846479d4492d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -95,6 +95,7 @@ config ARCH_MESON select PINCTRL_MESON select COMMON_CLK_AMLOGIC select COMMON_CLK_GXBB + select MESON_GPIO_IRQ help This enables support for the Amlogic S905 SoCs.