Message ID | 1509357652-24914-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 C4485600C5 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 30 Oct 2017 10:02:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A655028814 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 30 Oct 2017 10:02:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9A0EE28816; Mon, 30 Oct 2017 10:02:16 +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.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2DE6728814 for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 30 Oct 2017 10:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=dfW8F0LD+bYBFGy7ub19Qea50p20jEotM8gUT6HQbKI=; b=j4h bYRP6995Gar19DLANmRVi7tw7ll04LDGg+wWVilv1TLTZJRTFWuxRQuC4hTqLzPo9itojG3N4MtXb c59rkYg5+/KcLym5dPNclCZFVRLijnxnQl+KVxVs449dDgpdXoZmxtNwF8PZ95JgIkkz978/fXV5B ++5pGl2h/tyoZQNjzgEWjuFeriDOIViTsXVKP4jjnJ5w7Kz2D/wGOSed8kKQiDj1lB7T6v+yY40zE iwa+tsFOa6uyHaeJ9yLKKVih1Ec9rcP4jtB8efzTLAMpWoTSo9/ucZuEgTOjnYLMS2UKC5nMPw0ko KUj8GIOI1aUXQ95WJPPyeNFSuNeYGDg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e96tb-0003Ym-Gz; Mon, 30 Oct 2017 10:02:15 +0000 Received: from conuserg-08.nifty.com ([210.131.2.75]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e96t8-00031a-QX for linux-arm-kernel@lists.infradead.org; Mon, 30 Oct 2017 10:01:52 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id v9UA0sHU026888; Mon, 30 Oct 2017 19:00:55 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com v9UA0sHU026888 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509357655; bh=SZcWag74lEAYkTOSLVrlYRT87b8ag/fhCIJhYJ7Y4D0=; h=From:To:Cc:Subject:Date:From; b=GxtI76X8KZFQPLk3BEk/K8V5cd2BudQ5ZTN3GU7+BDUax5o6USjsZF9XCiKVMPg/4 AfgnSnfhw4VBhoWpXiaf7pJ7BerAQEt+Z0MaGXBuxAONvli1ufy3OJfLXV53063Arx nm03+/InQhFz+v6NQsyQmzm+nWbNwIvMZkx2tnD6mp4zuZCPjqIULgoT5HscnMOGR6 IoszFMi98HLXDgwGIv/+Qtc5LrBLTftHY39ACiaWCPR0VwT9QjFNnEbK5QFD4YqyZ+ xQ2Is2Kf+MlQMlVfGsHdnexky4AtBVzE5NtokUQCklfbOQKOC1yoRHsmpTyoBjM5Cs Jl+Y8LxWqKwSA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada <yamada.masahiro@socionext.com> To: arm@kernel.org, Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de> Subject: [PATCH] arm64: defconfig: enable CONFIG_GPIO_UNIPHIER Date: Mon, 30 Oct 2017 19:00:52 +0900 Message-Id: <1509357652-24914-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171030_030147_089474_E6938D6F X-CRM114-Status: UNSURE ( 7.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>, Will Deacon <will.deacon@arm.com>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas <catalin.marinas@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ceb9ca2..6b4df78 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -297,6 +297,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y +CONFIG_GPIO_UNIPHIER=y CONFIG_GPIO_XGENE=y CONFIG_GPIO_XGENE_SB=y CONFIG_GPIO_PCA953X=y
Enable the GPIO controller driver used for UniPhier SoC family. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)