From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Date: Fri, 16 Oct 2020 07:37:12 +0000 (+0100)
Subject: arm: renesas: Add config option for R8A774C0 SoC
X-Git-Tag: v2025.01-rc5-pxa1908~2170^2~5
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=051f1499c9755a78f59b8b657d98590d76f0bdae;p=u-boot.git

arm: renesas: Add config option for R8A774C0 SoC

Add config support for RZ/G2E (a.k.a R8A774C0) SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
---

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 0d55b74c42..84e89553f1 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -8,6 +8,9 @@ config R8A774A1
 config R8A774B1
 	bool "Renesas SoC R8A774B1"
 
+config R8A774C0
+	bool "Renesas SoC R8A774C0"
+
 config R8A774E1
 	bool "Renesas SoC R8A774E1"