From patchwork Fri Mar 16 14:50:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10287673 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 8284660386 for ; Fri, 16 Mar 2018 14:51:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7494B28FD1 for ; Fri, 16 Mar 2018 14:51:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7381028F89; Fri, 16 Mar 2018 14:51:06 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DB32E28FD8 for ; Fri, 16 Mar 2018 14:50:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753437AbeCPOuv (ORCPT ); Fri, 16 Mar 2018 10:50:51 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:36078 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753418AbeCPOuu (ORCPT ); Fri, 16 Mar 2018 10:50:50 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 34F4D25BE7C; Sat, 17 Mar 2018 01:50:45 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1521211845; bh=ub/VZ/4Iu5beTLPdLGImnuVs5I5S9LI0HYaGBLb5Hug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=F3BrFvDqU9LEn+GQpBSld1RPmU1kqTnZ0YWsz5FrVarT0h5vzYHTeTd8OqGs1A72L /P2zRCk16FRjJmpifLz3lm2I67KkBNSfjgcQuIR819kqKMIwfqfbA+zu3PXI4VaUQ5 4sJWEvaedQFW8uNbmm7w91UXNkC1f7rD2WkvH/MI= Received: by penelope.horms.nl (Postfix, from userid 7100) id 37BF4E213E7; Fri, 16 Mar 2018 15:50:43 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Simon Horman Subject: [PATCH 1/3] arm64: defconfig: enable R8A77980 SoC Date: Fri, 16 Mar 2018 15:50:39 +0100 Message-Id: <9ab5977d472b3c63f99c23c2c4ec3a9820c50faf.1521201256.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the Renesas R-Car V3H (R8A77980) SoC in the ARM64 defconfig. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 634b373785c4..a850bc5e1af3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -52,6 +52,7 @@ CONFIG_ARCH_RENESAS=y CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y CONFIG_ARCH_R8A77970=y +CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y