From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3EF3C7619F for ; Mon, 17 Feb 2020 09:47:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C4875206F4 for ; Mon, 17 Feb 2020 09:47:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728160AbgBQJr7 (ORCPT ); Mon, 17 Feb 2020 04:47:59 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:57302 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726397AbgBQJr7 (ORCPT ); Mon, 17 Feb 2020 04:47:59 -0500 Received: from ramsan ([84.195.182.253]) by michel.telenet-ops.be with bizsmtp id 3lnx2200v5USYZQ06lnxny; Mon, 17 Feb 2020 10:47:58 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j3d0P-0003YH-Rg; Mon, 17 Feb 2020 10:47:57 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j3d0P-0005Un-QZ; Mon, 17 Feb 2020 10:47:57 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH LOCAL] arm64: renesas_defconfig: Enable CONFIG_ARCH_R8A7795[01] Date: Mon, 17 Feb 2020 10:47:55 +0100 Message-Id: <20200217094755.20632-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org CONFIG_ARCH_R8A7795 is being replaced by CONFIG_ARCH_R8A7795[01]. Enable both the old and the new options for now, so r8a77950 and r8a77951 support stays enabled both before and after the removal of the CONFIG_ARCH_R8A7795 option. Signed-off-by: Geert Uytterhoeven --- To be applied to topic/renesas-defconfig. Not intended for upstream merge. arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index b3740e6b1b0a7730..1957279892e84ed8 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -289,6 +289,8 @@ CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y +CONFIG_ARCH_R8A77950=y +CONFIG_ARCH_R8A77951=y CONFIG_ARCH_R8A77960=y CONFIG_ARCH_R8A77961=y CONFIG_ARCH_R8A77965=y -- 2.17.1