Add config support for RZ/G2H(a.k.a R8A774E1) SoC.

Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Lad Prabhakar <[email protected]>
---
This patch depends on [1]
[1]https://patchwork.ozlabs.org/project/uboot/list/?series=204203
---
 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 b3f7b90978..ac897b9295 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -12,6 +12,9 @@ config R8A774B1
        imply CLK_R8A774B1
        imply PINCTRL_PFC_R8A774B1
 
+config R8A774E1
+       bool "Renesas SoC R8A774E1"
+
 config R8A7795
        bool "Renesas SoC R8A7795"
        imply CLK_R8A7795
-- 
2.17.1

Reply via email to