From patchwork Sat Apr 23 13:02:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 12824505 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D45B0C433EF for ; Sat, 23 Apr 2022 13:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :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=IP6CloKPek5EPuwhqMK/AMfPtQxfIvX/+eL6OBWXgng=; b=lAOGu2nk8nrf/+ b03yVF91VQWxfR5GgX0p+4l1DGCSLhqdGH/oWc1swcdpEhfWOFlFcIixC6e9REo5KvJcR920T4o4V GoVGrmQR2kcB5Dpw1VY3o/fYVJjh4RmaqvYAzNGmMQPHQGLjMhSYBQzLcFls+MZyPXEfTjdDtZUiN 7v3n3iHnt9/Q0OGnOeQc8EcfrpoFIG9wpxhFFKreJjPPFCIP+1CSDOO4QlWKDet6fbE3NdieHXmgj +xF8eU1csnzcIcZ9yDOKzJqPf/8akt4TlmS+3f9RmWCvTdgqT63yO0wQ4tJsUNZlhdqZeLGksrpPO 6upnJU+i3e9kIORGhzjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1niFP5-004NzY-UD; Sat, 23 Apr 2022 13:02:24 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1niFP1-004NwV-SZ for linux-arm-kernel@lists.infradead.org; Sat, 23 Apr 2022 13:02:21 +0000 X-IronPort-AV: E=Sophos;i="5.90,284,1643641200"; d="scan'208";a="117759860" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 23 Apr 2022 22:02:13 +0900 Received: from localhost.localdomain (unknown [10.226.92.16]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 1CE8E40065C0; Sat, 23 Apr 2022 22:02:08 +0900 (JST) From: Biju Das To: Catalin Marinas , Will Deacon Cc: Biju Das , Geert Uytterhoeven , Shawn Guo , Bjorn Andersson , Krzysztof Kozlowski , Marcel Ziswiler , Vinod Koul , Lad Prabhakar , linux-arm-kernel@lists.infradead.org, Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH] arm64: defconfig: Enable ARCH_R9A07G043 Date: Sat, 23 Apr 2022 14:02:06 +0100 Message-Id: <20220423130206.114032-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220423_060220_062140_5CBAA4A0 X-CRM114-Status: UNSURE ( 5.66 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Enable support for the Renesas RZ/G2UL SoC. Signed-off-by: Biju Das 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 9ceb8c82ae16..5a001d0b491b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1097,6 +1097,7 @@ CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A774E1=y CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y +CONFIG_ARCH_R9A07G043=y CONFIG_ARCH_R9A07G044=y CONFIG_ARCH_R9A07G054=y CONFIG_ROCKCHIP_IODOMAIN=y