[PATCH 1/3] arm: renesas: Add config option for R8A774C0 SoC

Lad Prabhakar prabhakar.mahadev-lad.rj at bp.renesas.com
Fri Oct 16 09:37:12 CEST 2020


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

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz at bp.renesas.com>
---
 arch/arm/mach-rmobile/Kconfig.64 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 59cb072096..b80505db26 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -9,6 +9,9 @@ config R8A774B1
 	bool "Renesas SoC R8A774B1"
 	imply CLK_R8A774B1
 
+config R8A774C0
+	bool "Renesas SoC R8A774C0"
+
 config R8A774E1
 	bool "Renesas SoC R8A774E1"
 	imply CLK_R8A774E1
-- 
2.17.1



More information about the U-Boot mailing list