From patchwork Mon Jul 31 15:03:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9872071 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 99BF4602F0 for ; Mon, 31 Jul 2017 15:15:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C5BC284B2 for ; Mon, 31 Jul 2017 15:15:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 714182858E; Mon, 31 Jul 2017 15:15:19 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE 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 EE24F284B2 for ; Mon, 31 Jul 2017 15:15:18 +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:References: In-Reply-To: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:List-Owner; bh=83CSC2b52ufsl4kM/wAO2XozPTurRMeTMChoQC1pBqc=; b=eVhh4Cv/J+uRJeWxd9y/3dHmdO cu0L0GccQCNfaYiRZleqTKGztQKuuBNbj04++/RLjyVoN6uEciGFDT/xmxBwl7YWB0TQ8marXdJFE s6abyd+hw5ja1TivA4mYa+v2bLgIJ4Li0CA/ahwaoFAK5ygUhuc4G2D+FOqNYE2txCL4kAnQFZwHh Q4lSijOZdwP8pHIgl9LkMamJUy/ux0Cdutfb7yBl1Jp39a3UvoAgxMkgyDTID13qjmedBzr7oJczV c9Yusn0OoGq4SmPIxcK5V1+wYbV3yQt4hsXbqscxoo5bIig93bZRqR3dRzgEidIyXfbLM0xPS8viL v1FeD+xQ==; 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 1dcCPY-00041u-Eh; Mon, 31 Jul 2017 15:15:12 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dcCML-0004kC-41 for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2017 15:11:59 +0000 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 35B7B25BEF8; Tue, 1 Aug 2017 01:03:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1501513417; bh=EpPZ1Fzz8NgXY/Nez/7O/H79RjC8Ji/606rcpoiUnzg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SeCCVnnJxluorertwpOx8Q/AaCMQXwWBaXlQvZtA2wwsQgl+B+gmufWhyd55Ih4lz +P+KAHotgXMuO0rNWvxWE1eUGSeEMZryGDlafunQhNM4MEOfyLafByqjTZIVIcwwL2 /Xl+NeQlOF67a9pfIM22zjFhwVw07mQHRhcXG7U8= Received: by penelope.horms.nl (Postfix, from userid 7100) id 4EC48E2125B; Mon, 31 Jul 2017 17:03:25 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Subject: [PATCH 24/31] arm64: renesas: Add Renesas R8A77995 Kconfig support Date: Mon, 31 Jul 2017 17:03:16 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170731_081153_404557_D757C4BB X-CRM114-Status: UNSURE ( 8.20 ) 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Simon Horman , Magnus Damm , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org 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 From: Geert Uytterhoeven Add a configuration option for the R-Car D3 SoC. Note that r8a77995 is the first Renesas "r8a" SoC using a 5 digit number in its Kconfig symbol, as r8a77990 will be a different SoC. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/Kconfig.platforms | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index f5f0c813dfec..a1c9f4ed7a88 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -184,6 +184,12 @@ config ARCH_R8A7796 help This enables support for the Renesas R-Car M3-W SoC. +config ARCH_R8A77995 + bool "Renesas R-Car D3 SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas R-Car D3 SoC. + config ARCH_STRATIX10 bool "Altera's Stratix 10 SoCFPGA Family" help