Add config support for RZ/G2E (a.k.a R8A774C0) SoC.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
---
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