From: Lad Prabhakar Date: Fri, 16 Oct 2020 07:37:12 +0000 (+0100) Subject: arm: renesas: Add config option for R8A774C0 SoC X-Git-Url: http://git.dujemihanovic.xyz/login.html?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 Reviewed-by: Biju Das --- 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"